mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01:00
activate auto gc on lambda
This commit is contained in:
parent
d1b066a595
commit
197b8a3dc0
1 changed files with 7 additions and 0 deletions
|
@ -109,6 +109,13 @@
|
|||
|
||||
|
||||
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
};
|
||||
|
||||
|
||||
|
||||
security.acme.acceptTerms = true;
|
||||
security.acme.defaults.email = "julien@malka.sh";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue