l skynet.r: better fileSystems syntax

This commit is contained in:
lassulus 2023-09-03 11:46:09 +02:00
parent b7fba1c6ba
commit f3f5adc4b6
1 changed files with 8 additions and 8 deletions

View File

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