Add config for public reverse proxy

This commit is contained in:
yuri 2023-07-20 06:29:15 +02:00
parent e8afd2b667
commit 85f427edf0
7 changed files with 325 additions and 6 deletions

View file

@ -5,6 +5,7 @@
extraGroups = [ "wheel" ];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJEvM35w+UaSpDTuaG5pGPgfHcfwscr+wSZN9Z5Jle82 yuri@kiara"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDdk3FLQRoCWxdOxg4kHcPqAu3QQOs/rY9na2Al2ilGl yuri@violet"
];
};
}