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 = {
|
root = {
|
||||||
type = "zfs_fs";
|
type = "zfs_fs";
|
||||||
mountpoint = "/";
|
mountpoint = "/";
|
||||||
options = {
|
|
||||||
zfsutil = "";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
type = "zfs_fs";
|
type = "zfs_fs";
|
||||||
mountpoint = "/nix";
|
mountpoint = "/nix";
|
||||||
options = {
|
|
||||||
zfsutil = "";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
var = {
|
var = {
|
||||||
type = "zfs_fs";
|
type = "zfs_fs";
|
||||||
mountpoint = "/var";
|
mountpoint = "/var";
|
||||||
options = {
|
|
||||||
zfsutil = "";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
@ -73,7 +64,6 @@
|
||||||
mountpoint = "/home";
|
mountpoint = "/home";
|
||||||
options = {
|
options = {
|
||||||
"com.sun:auto-snapshot" = "true";
|
"com.sun:auto-snapshot" = "true";
|
||||||
zfsutil = "";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue