1
1
Fork 0
deployed-nixos-server-and-apps/nixos-apps/default.nix

25 lines
614 B
Nix
Raw Normal View History

{
imports = [
./crueltysquad.com.nix
2023-09-26 10:10:27 -04:00
./jitsi.crueltysquad.com.nix
2023-10-07 18:49:12 -04:00
./cutesealfanpage.love.nix
2023-10-07 18:49:12 -04:00
./ewanick.com.nix
./git.ewanick.com.nix
2023-10-07 18:50:52 -04:00
./paperless.ewanick.com.nix
2023-10-07 18:49:12 -04:00
2024-01-14 16:22:00 -05:00
./fancytypist.com.nix
2024-01-14 01:00:17 -05:00
./hydra.fancyTypist.com.nix
];
2023-09-23 13:28:38 -04:00
# when in doubt, clear away the certs with
# sudo rm -rf /var/lib/acme/
security.acme.acceptTerms = true;
security.acme.defaults.email = "admin@cutesealfanpage.love";
# uncomment this to use the staging server
# security.acme.server = "https://acme-staging-v02.api.letsencrypt.org/directory";
2023-09-23 13:46:29 -04:00
networking.firewall.allowedTCPPorts = [ 80 443 ];
}