This commit is contained in:
goeranh 2025-10-24 16:37:57 +02:00
parent b3373fe32f
commit 409b577818
No known key found for this signature in database
7 changed files with 171 additions and 15 deletions

View file

@ -4,13 +4,6 @@
pkgs,
...
}:
let
keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINABEf0jBjtDdezDDtvl1v27l0DbHP2XUgMARTZXC+MR goeranh@node5"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDmYHNdtPmQqvNINEWJgqEojrye+wQKr0S0VwlGv7xUa goeranh@node7"
];
in
{
imports = [
./hardware-configuration.nix
@ -40,14 +33,6 @@ in
"1.1.1.1"
];
services.nginx.virtualHosts."lists.${config.networking.domain}" = {
enableACME = true;
forceSSL = true;
# locations."/" = {
# proxyPass = "http://127.0.0.1:18507";
# };
};
networking.firewall.allowedTCPPorts = [
80
443