housekeeping

This commit is contained in:
2025-05-30 00:35:34 -05:00
parent a94f2e7adc
commit 5fb7b348d8
2 changed files with 8 additions and 4 deletions
+2 -1
View File
@@ -49,7 +49,7 @@ in
systemd.user.services.mbsync.unitConfig.After = [ "sops-nix.service" ];
fileSystems."/persist".neededForBoot = true;
# set up DNS with nginx
# Set up https certs via cloudflare/acme
security.acme = {
acceptTerms = true;
defaults = {
@@ -62,6 +62,7 @@ in
};
};
# Setup vhosts via nginx
services.nginx = {
enable = true;