moved ssh and gpg keys around
This commit is contained in:
parent
877da5918f
commit
5b6ff8f662
|
@ -29,12 +29,12 @@
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAmb1kv+7HU1QKE53+gNxUhrggbwomC40Xjxd9hACkoo bennofs@d-cube"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAmb1kv+7HU1QKE53+gNxUhrggbwomC40Xjxd9hACkoo bennofs@d-cube"
|
||||||
];
|
];
|
||||||
keyFiles = [
|
keyFiles = [
|
||||||
./keys/marcus-sapphire
|
../keys/ssh/marcus-sapphire
|
||||||
./keys/schrader
|
../keys/ssh/schrader
|
||||||
./keys/jannusch
|
../keys/ssh/jannusch
|
||||||
./keys/jannusch-arch
|
../keys/ssh/jannusch-arch
|
||||||
./keys/tassilo
|
../keys/ssh/tassilo
|
||||||
./keys/jonasga
|
../keys/ssh/jonasga
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@ in
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://127.0.0.1:3002";
|
proxyPass = "http://127.0.0.1:${toString config.services.hedgedoc.configuration.port}";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue