diff --git a/configuration.nix b/configuration.nix index 83277d9..e90a513 100644 --- a/configuration.nix +++ b/configuration.nix @@ -6,12 +6,6 @@ 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 0080983..3bab7eb 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ }; outputs = { self, nixpkgs, ... }@attrs: { - nixosConfigurations."egirls" = nixpkgs.lib.nixosSystem rec { + nixosConfigurations."egirls.gay" = nixpkgs.lib.nixosSystem rec { system = "x86_64-linux"; pkgs = let cfg = {