diff options
| author | Grigory Shipunov | 2023-04-22 15:50:33 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2023-04-22 15:50:33 +0200 |
| commit | be0207883e439bda5498cefff821c86187329faf (patch) | |
| tree | e46b7f146a544e146c9d3e4b28f6c00f23e588ec /hosts/microwave | |
| parent | a7025f4ad6911b084a44cef92678559eb50a5be3 (diff) | |
option rename
Diffstat (limited to 'hosts/microwave')
| -rw-r--r-- | hosts/microwave/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/microwave/configuration.nix b/hosts/microwave/configuration.nix index 0f2860b..79d280e 100644 --- a/hosts/microwave/configuration.nix +++ b/hosts/microwave/configuration.nix @@ -36,7 +36,7 @@ kernelParams = [ "nohibernate" ]; zfs.devNodes = "/dev/"; plymouth.enable = false; - tmpOnTmpfs = true; + tmp.useTmpfs = true; }; services.zfs = { |
