mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 23:47:18 +02:00
activate auto gc on lambda
This commit is contained in:
parent
57864402f8
commit
ba1f3c27a7
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.acceptTerms = true;
|
||||||
security.acme.defaults.email = "julien@malka.sh";
|
security.acme.defaults.email = "julien@malka.sh";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue