diff --git a/flake.nix b/flake.nix index ed6df11..c613331 100644 --- a/flake.nix +++ b/flake.nix @@ -104,12 +104,15 @@ home-manager.nixosModules.home-manager { + nix.gc.automatic = true; nix.settings.experimental-features = [ "nix-command" "flakes" ]; - networking.hostName = hostName; + boot.tmp.cleanOnBoot = true; + + networking.hostName = hostName; nixpkgs.hostPlatform = hostPlatform; home-manager.useGlobalPkgs = true;