fix: updated disko configuration

This commit is contained in:
Ceferino Patino 2025-11-28 12:14:47 -06:00
commit 496a6f45e1
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI

View file

@ -82,7 +82,6 @@ in {
type = "zfs_fs";
mountpoint = "/";
options = {
mountpoint = "legacy";
relatime = "on";
};
};
@ -98,7 +97,6 @@ in {
type = "zfs_fs";
mountpoint = "/nix";
options = {
mountpoint = "legacy";
atime = "off";
};
};