additional configuration

This commit is contained in:
2025-06-07 15:31:09 -05:00
parent 08a4888699
commit 59777d1c93
4 changed files with 34 additions and 7 deletions
+21
View File
@@ -13,6 +13,27 @@
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "zroot/root";
fsType = "zfs";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/2755-9134";
fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ];
};
fileSystems."/nix" =
{ device = "zroot/nix";
fsType = "zfs";
};
fileSystems."/persist" =
{ device = "zroot/persist";
fsType = "zfs";
};
swapDevices = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking