This commit is contained in:
2025-05-20 16:35:17 -05:00
parent a66a099b0b
commit db462733af
3 changed files with 4 additions and 14 deletions
-5
View File
@@ -51,11 +51,6 @@
options.mountpoint = "/nix";
mountpoint = "/nix";
};
"home" = {
type = "zfs_fs";
options.mountpoint = "/home";
mountpoint = "/home";
};
"persist" = {
type = "zfs_fs";
options.mountpoint = "/persist";