This commit is contained in:
TheWanderingCrow 2025-03-06 12:05:24 -05:00
parent ada83fd5ed
commit d37ce87c88

View file

@ -24,11 +24,6 @@
};
};
fileSystems."/boot" = {
device = "/dev/sda1";
fsType = "vfat";
options = ["fmask=0022" "dmask=0022"];
};
fileSystems."/" = {
device = "zroot";
fsType = "zfs";