diff --git a/nix/hosts/alymac/default.nix b/nix/hosts/alymac/default.nix index 29c9744..af7d47d 100644 --- a/nix/hosts/alymac/default.nix +++ b/nix/hosts/alymac/default.nix @@ -119,6 +119,19 @@ let in { + + nix = { + package = pkgs.nix; + settings = { + experimental-features = [ "nix-command" "flakes" ]; + build-users-group = "nixbld"; + }; + gc = { + automatic = true; + options = "--delete-older-than 8d"; + }; + }; + # Absolutely proprietary. nixpkgs.config.allowUnfree = true;