woops fix those drive labels

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-04-25 19:57:24 -05:00
parent 160b567583
commit b9155c99b9
2 changed files with 8 additions and 9 deletions

View file

@ -14,20 +14,16 @@
boot.extraModulePackages = [ ];
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/3A6C-BF60";
{ device = "/dev/disk/by-label/NIXBOOT";
fsType = "vfat";
# umask=0077 ensures that only the owner (root) can read, write, or execute files on the EFI partition, while all other users are denied all permissions
options = [ "umask=0077" ];
};
fileSystems."/" =
{ device = "/dev/disk/by-uuid/e740e27d-13bf-468c-a5c6-fa06fe4ac3cd";
{ device = "/dev/disk/by-label/NIXROOT";
fsType = "ext4";
};
swapDevices =
[ { device = "/dev/disk/by-uuid/91682eed-a01c-482d-8000-bd1222d4952a"; }
];
swapDevices = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's