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

30 lines
717 B
Nix

{
imports = [
./crueltysquad.com.nix
./jitsi.crueltysquad.com.nix
./cutesealfanpage.love.nix
./ewanick.com.nix
./git.ewanick.com.nix
./paperless.ewanick.com.nix
./fancytypist.com.nix
<<<<<<< Updated upstream
./hydra.fancyTypist.com.nix
=======
./ottawa-swing-dance-society-website.nix
>>>>>>> Stashed changes
];
# 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";
networking.firewall.allowedTCPPorts = [ 80 443 ];
}