1
Fork 0

Remove guacamole service

This commit is contained in:
prescientmoon 2024-11-27 05:13:34 +01:00
parent c5cc07630f
commit 31b07bd19a
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
2 changed files with 0 additions and 21 deletions

View file

@ -1,20 +0,0 @@
{ config, ... }:
{
sops.secrets.guacamole_users.sopsFile = ../../secrets.yaml;
satellite.nginx.at.guacamole.port = config.satellite.ports.guacamole;
virtualisation.oci-containers.containers.guacamole = {
image = "flcontainers/guacamole";
ports = [ "${toString config.satellite.nginx.at.guacamole.port}:8080" ];
volumes = [
"/etc/localtime:/etc/localtime"
# "${config.sops.secrets.guacamole_users.path}:/etc/guacamole/user-mapping.xml"
"/var/lib/guacamole:/config"
];
environment.TZ = config.time.timeZone;
};
# Allow ssh-ing using the provided key
users.users.pilot.openssh.authorizedKeys.keyFiles = [ ./ed25519.pub ];
}

View file

@ -1 +0,0 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL4xXKQ07lTMuCIg9Grejp2+o50Fo1ptxyK1oGnWt8jA adrielus@tethys