move acme stuff and remove sudo clause

This commit is contained in:
Osman Faruk Bayram 2025-07-27 16:38:26 +03:00
parent e9483582df
commit 73f111f11c
2 changed files with 4 additions and 12 deletions

View file

@ -57,6 +57,10 @@
};
security.acme.acceptTerms = true;
security.acme.defaults = {
email = "osbm@osbm.dev";
acceptTerms = true;
};
})
];