This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-27 20:47:54 -06:00
parent 643895afdb
commit ffc473f0b5
2 changed files with 11 additions and 10 deletions

View file

@ -21,6 +21,7 @@
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
boot.supportedFilesystems = [ "apfs" ];
fileSystems."/" = {
device = "/dev/disk/by-label/NIXROOT";