upgrade nixpkgs from 24 to 25 for l001

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-11-10 00:26:57 -06:00
parent f633888c3a
commit 9b8c26f558
3 changed files with 16 additions and 17 deletions

View file

@ -3,8 +3,7 @@
}:
{
security.acme.acceptTerms = true;
security.acme.email = "admin@joshuabell.xyz";
# security.acme.default.email = "admin@joshuabell.xyz";
security.acme.default.email = "admin@joshuabell.xyz";
services.nginx = {
enable = true;
recommendedGzipSettings = true;