/etc/nixos copied

This commit is contained in:
Nico
2025-04-28 23:10:42 +02:00
parent ca27831f4a
commit 9476766bb0
11 changed files with 95 additions and 25 deletions

View File

@@ -14,12 +14,12 @@
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/926a710f-a999-4c59-9040-8045efaa6e28";
{ device = "/dev/disk/by-uuid/a4bfe07b-a6b5-47d9-80c7-f74b44f84f31";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/39F5-52FB";
{ device = "/dev/disk/by-uuid/CB01-5AA6";
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
};