option rename
This commit is contained in:
parent
a7025f4ad6
commit
be0207883e
2 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@
|
|||
kernelParams = [ "nohibernate" ];
|
||||
zfs.devNodes = "/dev/";
|
||||
plymouth.enable = false;
|
||||
tmpOnTmpfs = true;
|
||||
tmp.useTmpfs = true;
|
||||
};
|
||||
|
||||
services.zfs = {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }: {
|
||||
{ pkgs, ... }: {
|
||||
services.fstrim.enable = true;
|
||||
services.zfs = {
|
||||
autoSnapshot.enable = true;
|
||||
|
@ -14,6 +14,6 @@
|
|||
supportedFilesystems = [ "zfs" ];
|
||||
kernelParams = [ "nohibernate" ];
|
||||
plymouth.enable = false;
|
||||
tmpOnTmpfs = true;
|
||||
tmp.useTmpfs = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue