big sync, add static-sites

This commit is contained in:
41666 2024-06-02 17:58:45 -04:00
parent 1b144d2e4a
commit c8c8aaec36
9 changed files with 211 additions and 132 deletions

View file

@ -174,6 +174,7 @@
nas0 = mkNixos [ ./nixos/hosts/nas0 ]; # SMB/NFS NAS
ts3 = mkNixos [ ./nixos/hosts/ts3 ]; # Teamspeak-san
pihole = mkNixos [ ./nixos/hosts/pihole ]; # PiHole!
static-sites = mkNixos [ ./nixos/hosts/static-sites ]; # nginx specifically for static sites
};
darwinConfigurations = {