diff options
| author | Max Audron <audron@cocaine.farm> | 2023-08-11 16:51:35 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2023-08-11 16:51:35 +0200 |
| commit | 8f7c59e10a48c24120dd580b196acd419e5875d0 (patch) | |
| tree | 57a470c9e726b0e09aede6c8470467f790d77dc8 /machines | |
| parent | refactor k8s module (diff) | |
add custom nixinate impl
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/nixos-test.nix | 5 | ||||
| -rw-r--r-- | machines/nixos-test/default.nix | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/machines/nixos-test.nix b/machines/nixos-test.nix deleted file mode 100644 index 865d469..0000000 --- a/machines/nixos-test.nix +++ /dev/null @@ -1,5 +0,0 @@ -{ config, lib, pkgs, ... }: - -{ - -} diff --git a/machines/nixos-test/default.nix b/machines/nixos-test/default.nix index 6a83e9a..ce1d9d9 100644 --- a/machines/nixos-test/default.nix +++ b/machines/nixos-test/default.nix @@ -5,7 +5,7 @@ ./hardware-configuration.nix ]; - boot.cleanTmpDir = true; + boot.tmp.cleanOnBoot = true; zramSwap.enable = true; networking.hostName = "default"; networking.domain = ""; |
