This commit is contained in:
Vivian 2022-09-16 10:17:53 +02:00
parent 90e65ad372
commit 4038a49191
4 changed files with 30 additions and 22 deletions

View file

@ -80,7 +80,11 @@ in
boot.kernelPackages = pkgs.linuxPackages_latest;
# Enable networking
networking.networkmanager.enable = true;
networking.networkmanager = {
enable = true;
wifi.backend = "iwd";
firewallBackend = "nftables";
};
networking.interfaces.wlp0s20f3.useDHCP = true;
fileSystems."/".options = [ "compress=zstd" ];