mob next [ci-skip] [ci skip] [skip ci]

lastFile:inventories/personal-computer.nix
This commit is contained in:
2026-01-22 15:24:20 +07:00
parent e7e3ad9ad4
commit 475b1465d3
2 changed files with 2 additions and 15 deletions

View File

@@ -70,19 +70,6 @@ in
options.mountpoint = "/";
mountpoint = "/";
};
"root/home" = {
type = "zfs_fs";
options.mountpoint = "/home";
mountpoint = "/home";
};
"root/tmp" = {
type = "zfs_fs";
mountpoint = "/tmp";
options = {
mountpoint = "/tmp";
sync = "disabled";
};
};
};
};
};