Removed garbage collection

This commit is contained in:
Luj 2022-12-22 22:59:26 +01:00
parent 496725c10c
commit 2d785e5b39
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 ];
};
}