This commit is contained in:
Thomas Avé 2024-10-28 15:43:09 +01:00
parent 9fe408aa61
commit f4920c269a
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@ in {
services.upower.enable = true;
services.logind.extraConfig = ''HandlePowerKey=ignore'';
boot.initrd.supportedFilesystems = [ "zfs" ];
boot.supportedFilesystems = [ "zfs" ];
services.zfs.autoScrub.enable = true;
networking.hostname = "Aloria";
networking.hostid = "4e859062";
networking.interfaces.wlan0.useDHCP = lib.mkDefault false;
networking.wireless.iwd.enable = true;
networking.wireless.iwd.settings = {