New Drives

This commit is contained in:
2023-09-16 11:02:09 +02:00
parent 3533957964
commit f716e7c197
2 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -4,12 +4,12 @@
{
fileSystems."/" =
{ device = "/dev/disk/by-uuid/f4901cbb-db30-4f14-8d8e-9dbb55aaf098";
{ device = "/dev/disk/by-uuid/c95c64ad-f131-4bde-9bca-a7a3692173da";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/1121-FAE5";
{ device = "/dev/disk/by-uuid/0D77-17BB";
fsType = "vfat";
};
}
+2 -3
View File
@@ -12,15 +12,14 @@
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
hardware.enableRedistributableFirmware = true;
fileSystems."/" =
{ device = "/dev/disk/by-uuid/f4901cbb-db30-4f14-8d8e-9dbb55aaf098";
{ device = "/dev/disk/by-uuid/c95c64ad-f131-4bde-9bca-a7a3692173da";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/1121-FAE5";
{ device = "/dev/disk/by-uuid/0D77-17BB";
fsType = "vfat";
};