diff --git a/configuration.nix b/configuration.nix index e90a513..83277d9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -6,6 +6,12 @@ auto-optimise-store = true; }; + nix.gc = { + automatic = true; + dates = "weekly"; + options = "--delete-older-than 30d"; + }; + environment.systemPackages = with pkgs; [ kitty.terminfo kakoune diff --git a/flake.nix b/flake.nix index 3bab7eb..0080983 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ }; outputs = { self, nixpkgs, ... }@attrs: { - nixosConfigurations."egirls.gay" = nixpkgs.lib.nixosSystem rec { + nixosConfigurations."egirls" = nixpkgs.lib.nixosSystem rec { system = "x86_64-linux"; pkgs = let cfg = {