diff options
| author | Grigory Shipunov | 2022-09-24 14:05:57 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-09-24 14:05:57 +0200 |
| commit | badbed863900cc2d6589668b0ba14b046f606f87 (patch) | |
| tree | f987f6f4e542b2a1b3f84ad9f317d936c6d8738a /hosts | |
| parent | 162a505dff238a7dd6e2b04663a77b03b6b960a4 (diff) | |
minor changes
Diffstat (limited to 'hosts')
| -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 00ba0fb..8693ae7 100644 --- a/hosts/microwave/configuration.nix +++ b/hosts/microwave/configuration.nix @@ -18,7 +18,6 @@ kicad gimp inkscape - factorio ]; @@ -36,6 +35,7 @@ kernelParams = [ "nohibernate" ]; zfs.devNodes = "/dev/"; plymouth.enable = false; + tmpOnTmpfs = true; }; services.zfs = { |
