diff --git a/systems/disko.nix b/systems/disko.nix index 5047f01..1519f5d 100644 --- a/systems/disko.nix +++ b/systems/disko.nix @@ -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"; }; };