From b48e044e3c5f25d0c83e6154aa61d7b399ec9852 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Wed, 24 May 2023 23:44:25 +0300 Subject: [PATCH] host/canigou: change deprecated configs --- nixos/hosts/canigou/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/canigou/default.nix b/nixos/hosts/canigou/default.nix index b82c577..945d7c8 100644 --- a/nixos/hosts/canigou/default.nix +++ b/nixos/hosts/canigou/default.nix @@ -18,8 +18,8 @@ in ]; boot.kernelPackages = pkgs.linuxPackages_6_1; + boot.tmp.cleanOnBoot = true; - boot.cleanTmpDir = true; zramSwap.enable = true; networking.hostName = "canigou";