all repos — nixfiles @ 6188cfcbc2b65d8787f6ffe4040280c979679296

System and user configuration, managed by nix and home-manager

linde: remove old direnv roots

Alan Pearce
commit

6188cfcbc2b65d8787f6ffe4040280c979679296

parent

75b41737a5713b68433b31fa9c4b4e2feea5275d

1 file changed, 6 insertions(+), 0 deletions(-)

changed files
M system/settings/configuration/nix.nixsystem/settings/configuration/nix.nix
@@ -44,4 +44,10 @@ path = pkgs.path;
}; }; }; + + services.angrr = { + enable = true; + period = "30d"; + ownedOnly = false; + }; }