loki: Switch to nftables
This commit is contained in:
parent
2c8aa3dd3b
commit
31a65ac003
1 changed files with 6 additions and 1 deletions
|
@ -66,7 +66,10 @@
|
|||
wallpaper = ../../wallpapers/river-2560.png;
|
||||
wayvnc = true;
|
||||
};
|
||||
tailscale.enable = true;
|
||||
tailscale = {
|
||||
enable = true;
|
||||
nftables = true;
|
||||
};
|
||||
sound = {
|
||||
enable = true;
|
||||
jack = true;
|
||||
|
@ -161,6 +164,8 @@
|
|||
networkmanager.enable = false;
|
||||
useNetworkd = true;
|
||||
|
||||
nftables.enable = true;
|
||||
|
||||
firewall = {
|
||||
trustedInterfaces = [
|
||||
"lo"
|
||||
|
|
Loading…
Reference in a new issue