diff --git a/configuration.nix b/configuration.nix index 49f775e..37ffcbf 100644 --- a/configuration.nix +++ b/configuration.nix @@ -28,6 +28,8 @@ in ./networking.nix # generated at runtime by nixos-infect ]; + system.stateVersion = "24.05"; + nix = { package = pkgs.nixUnstable; extraOptions = '' @@ -39,7 +41,7 @@ in git ]; - boot.cleanTmpDir = true; + boot.tmp.cleanOnBoot = true; networking.hostName = "nixos-droplet-v2"; networking.firewall.allowPing = true; networking.firewall.allowedTCPPorts = [ 22 80 443 ];