build01: update fstab

This commit is contained in:
Jörg Thalheim 2021-05-12 18:24:32 +00:00
parent c2cccefafe
commit 5d7dd7d57e

View file

@ -10,8 +10,8 @@
boot.kernelModules = [ "kvm-amd" ]; boot.kernelModules = [ "kvm-amd" ];
fileSystems."/" = { fileSystems."/" = {
device = "zroot/root/nixos"; device = "zroot/root/nixos";
fsType = "zfs"; fsType = "zfs";
}; };
fileSystems."/home" = { fileSystems."/home" = {
@ -20,7 +20,7 @@
}; };
fileSystems."/boot" = { fileSystems."/boot" = {
device = "/dev/disk/by-uuid/08e4cdbb-bb94-4870-bb04-368183bdbc9e"; device = "/dev/disk/by-uuid/6b1b00a5-2d03-4a33-ac59-c8031e543c66";
fsType = "ext4"; fsType = "ext4";
}; };
} }