nh + gc - nixos-reload + fixes

This commit is contained in:
2024-06-13 22:39:33 -06:00
parent d7f0d7e043
commit 1d818fcf92
3 changed files with 11 additions and 19 deletions

View File

@@ -43,10 +43,6 @@
};
nix = {
optimise.automatic = true;
gc = {
automatic = true;
dates = "weekly";
};
settings = {
auto-optimise-store = true;
experimental-features = [ "nix-command" "flakes" ];
@@ -106,7 +102,14 @@
};
};
programs = {
nh.enable = true;
nh = {
enable = true;
flake = "/home/jawz/Development/NixOS";
clean = {
enable = true;
extraArgs = "--keep-since 3d";
};
};
gnupg.agent = {
enable = true;
enableSSHSupport = true;