l skynet.r: better fileSystems syntax

This commit is contained in:
lassulus 2023-09-03 11:46:09 +02:00
parent b7fba1c6ba
commit f3f5adc4b6

View File

@ -12,13 +12,13 @@
networking.hostId = "06442b9a"; networking.hostId = "06442b9a";
fileSystems."/" = fileSystems."/" = {
{ device = "rpool/root"; device = "rpool/root";
fsType = "zfs"; fsType = "zfs";
}; };
fileSystems."/boot" = fileSystems."/boot" = {
{ device = "/dev/disk/by-uuid/0876-B308"; device = "/dev/disk/by-uuid/0876-B308";
fsType = "vfat"; fsType = "vfat";
}; };