Compare commits

...

2 commits

Author SHA1 Message Date
1b0e67744e store optimization 2024-02-25 12:57:21 -08:00
98476a4efb fix other error 2024-02-25 12:57:12 -08:00
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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 = {