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;
|
wallpaper = ../../wallpapers/river-2560.png;
|
||||||
wayvnc = true;
|
wayvnc = true;
|
||||||
};
|
};
|
||||||
tailscale.enable = true;
|
tailscale = {
|
||||||
|
enable = true;
|
||||||
|
nftables = true;
|
||||||
|
};
|
||||||
sound = {
|
sound = {
|
||||||
enable = true;
|
enable = true;
|
||||||
jack = true;
|
jack = true;
|
||||||
|
@ -161,6 +164,8 @@
|
||||||
networkmanager.enable = false;
|
networkmanager.enable = false;
|
||||||
useNetworkd = true;
|
useNetworkd = true;
|
||||||
|
|
||||||
|
nftables.enable = true;
|
||||||
|
|
||||||
firewall = {
|
firewall = {
|
||||||
trustedInterfaces = [
|
trustedInterfaces = [
|
||||||
"lo"
|
"lo"
|
||||||
|
|
Loading…
Reference in a new issue