Compare commits
No commits in common. "3d42877203aea42e76ddcf29cc5f13395b4bac68" and "3fc2dc19aabb92c5c989e0e68b6e5556b0485e45" have entirely different histories.
3d42877203
...
3fc2dc19aa
|
@ -69,12 +69,6 @@
|
|||
root = "/var/www/beepboop.systems";
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."cloud.beepboop.systems" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/".proxyPass = "http://localhost:4000";
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."git.beepboop.systems" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
|
@ -132,5 +126,5 @@
|
|||
|
||||
# Open ports in the firewall.
|
||||
networking.firewall.enable = false;
|
||||
networking.firewall.allowedTCPPorts = [ 5232 55555 80 443 ];
|
||||
networking.firewall.allowedTCPPorts = [ 55555 80 443 ];
|
||||
}
|
||||
|
|
|
@ -30,11 +30,6 @@ in {
|
|||
"postmaster@beepboop.systems"
|
||||
];
|
||||
};
|
||||
|
||||
"mailsynchronization@beepboop.systems" = {
|
||||
# nix-shell -p mkpasswd --run 'mkpasswd -sm bcrypt' > /hashed/password/file/location
|
||||
hashedPasswordFile = "/etc/ryan-beepboop-systemsuser-pass";
|
||||
};
|
||||
};
|
||||
certificateScheme = "acme-nginx";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue