4
5
mirror of https://git.feal.no/felixalb/nixos-config.git synced 2026-04-23 07:16:11 +02:00

Challenger: replace boot drive

This commit is contained in:
2024-07-20 08:19:12 +02:00
parent 54722a84d9
commit ac7a7454bc
+2 -2
View File
@@ -14,12 +14,12 @@
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/a4ed02e2-4223-4686-95b0-b29cbd517afe";
{ device = "/dev/disk/by-uuid/ea31d0ea-2949-420a-99ea-7f77c4b7091e";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/2467-77B7";
{ device = "/dev/disk/by-uuid/169B-94E2";
fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ];
};