This commit is contained in:
Bryan Ramos 2024-01-27 15:34:21 -05:00
parent a9bd04ae6e
commit 81e9c24fb7
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
4 changed files with 11 additions and 8 deletions

View file

@ -8,7 +8,7 @@
extraOptions = "experimental-features = nix-command flakes";
settings = {
auto-optimise-store = true;
trusted-users = [ "bryan" ];
trusted-users = [ "${config.user.name}" ];
};
gc = {
automatic = true;