not sure
This commit is contained in:
parent
96aa2c2894
commit
941a6f6be6
1 changed files with 0 additions and 10 deletions
|
@ -47,25 +47,16 @@
|
|||
root = {
|
||||
type = "zfs_fs";
|
||||
mountpoint = "/";
|
||||
options = {
|
||||
zfsutil = "";
|
||||
};
|
||||
};
|
||||
|
||||
nix = {
|
||||
type = "zfs_fs";
|
||||
mountpoint = "/nix";
|
||||
options = {
|
||||
zfsutil = "";
|
||||
};
|
||||
};
|
||||
|
||||
var = {
|
||||
type = "zfs_fs";
|
||||
mountpoint = "/var";
|
||||
options = {
|
||||
zfsutil = "";
|
||||
};
|
||||
};
|
||||
|
||||
home = {
|
||||
|
@ -73,7 +64,6 @@
|
|||
mountpoint = "/home";
|
||||
options = {
|
||||
"com.sun:auto-snapshot" = "true";
|
||||
zfsutil = "";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue