mirror of
https://github.com/materusPL/nixos-config
synced 2026-05-29 14:57:21 +02:00
materusPC: Use nftables
This commit is contained in:
parent
8f3b2266d3
commit
4d38367fdb
@ -9,7 +9,7 @@
|
|||||||
sops.templates."networkmanager.env".content = ''
|
sops.templates."networkmanager.env".content = ''
|
||||||
WIREGUARD_PRIVATEKEY="${config.sops.placeholder.wireguard}"
|
WIREGUARD_PRIVATEKEY="${config.sops.placeholder.wireguard}"
|
||||||
'';
|
'';
|
||||||
|
networking.nftables.enable = true;
|
||||||
networking.hostName = "materusPC";
|
networking.hostName = "materusPC";
|
||||||
#networking.wireless.iwd.enable = true;
|
#networking.wireless.iwd.enable = true;
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user