update: hardware-configuration.nix

This commit is contained in:
Melvin Ragusa
2026-02-02 16:17:46 +01:00
parent cc98d11097
commit a3ccd8602d

View File

@@ -14,12 +14,12 @@
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
fileSystems."/" = fileSystems."/" =
{ device = "/dev/disk/by-uuid/8283d4bd-5d4e-4856-9f66-68e83253e15e"; { device = "/dev/disk/by-uuid/2db125bf-6f56-4299-9dec-f1dca95213c7";
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/boot" = fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/F836-3B64"; { device = "/dev/disk/by-uuid/F3DA-C028";
fsType = "vfat"; fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ]; options = [ "fmask=0077" "dmask=0077" ];
}; };