moved ssh and gpg keys around

This commit is contained in:
revol-xut 2022-11-05 11:44:53 +01:00
parent 877da5918f
commit 5b6ff8f662
No known key found for this signature in database
GPG key ID: 4F56FF7759627D07
12 changed files with 7 additions and 7 deletions

View file

@ -29,12 +29,12 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAmb1kv+7HU1QKE53+gNxUhrggbwomC40Xjxd9hACkoo bennofs@d-cube"
];
keyFiles = [
./keys/marcus-sapphire
./keys/schrader
./keys/jannusch
./keys/jannusch-arch
./keys/tassilo
./keys/jonasga
../keys/ssh/marcus-sapphire
../keys/ssh/schrader
../keys/ssh/jannusch
../keys/ssh/jannusch-arch
../keys/ssh/tassilo
../keys/ssh/jonasga
];
};

View file

@ -44,7 +44,7 @@ in
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://127.0.0.1:3002";
proxyPass = "http://127.0.0.1:${toString config.services.hedgedoc.configuration.port}";
proxyWebsockets = true;
};
};