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";