l skynet.r: better fileSystems syntax
This commit is contained in:
parent
b7fba1c6ba
commit
f3f5adc4b6
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user