Removed garbage collection

This commit is contained in:
Luj 2022-12-22 22:59:26 +01:00
parent 6690454de9
commit 0a54694b57
Signed by: luj
GPG key ID: 6FC74C847011FD83
4 changed files with 0 additions and 15 deletions

View file

@ -45,6 +45,5 @@ with lib;
sops.secrets.ensmailmalka-pw = { };
sops.secrets.ensmailmondon-pw = { };
nix.gcRoots = [ inputs.simple-nixos-mailserver ];
};
}