Of type string.
This commit is contained in:
parent
5c5c4afb14
commit
044871d850
1 changed files with 4 additions and 4 deletions
|
@ -45,7 +45,7 @@
|
||||||
type = "zfs_fs";
|
type = "zfs_fs";
|
||||||
mountpoint = "/";
|
mountpoint = "/";
|
||||||
options = {
|
options = {
|
||||||
ashift = 12;
|
ashift = "12";
|
||||||
zfsutil = "";
|
zfsutil = "";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
type = "zfs_fs";
|
type = "zfs_fs";
|
||||||
mountpoint = "/nix";
|
mountpoint = "/nix";
|
||||||
options = {
|
options = {
|
||||||
ashift = 12;
|
ashift = "12";
|
||||||
zfsutil = "";
|
zfsutil = "";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
type = "zfs_fs";
|
type = "zfs_fs";
|
||||||
mountpoint = "/var";
|
mountpoint = "/var";
|
||||||
options = {
|
options = {
|
||||||
ashift = 12;
|
ashift = "12";
|
||||||
zfsutil = "";
|
zfsutil = "";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -72,7 +72,7 @@
|
||||||
type = "zfs_fs";
|
type = "zfs_fs";
|
||||||
mountpoint = "/home";
|
mountpoint = "/home";
|
||||||
options = {
|
options = {
|
||||||
ashift = 12;
|
ashift = "12";
|
||||||
"com.sun:auto-snapshot" = "true";
|
"com.sun:auto-snapshot" = "true";
|
||||||
zfsutil = "";
|
zfsutil = "";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue