From 98476a4efb3a4cba2adaf4314e656c99cc0cc31b Mon Sep 17 00:00:00 2001 From: jaina heartles Date: Sun, 25 Feb 2024 12:57:12 -0800 Subject: [PATCH 1/2] fix other error --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = { From 1b0e67744e87465aef23eac6cc3a60e731ec0f3b Mon Sep 17 00:00:00 2001 From: jaina heartles Date: Sun, 25 Feb 2024 12:57:21 -0800 Subject: [PATCH 2/2] store optimization --- configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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