Remove guacamole service
This commit is contained in:
parent
c5cc07630f
commit
31b07bd19a
|
@ -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 ];
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL4xXKQ07lTMuCIg9Grejp2+o50Fo1ptxyK1oGnWt8jA adrielus@tethys
|
|
Loading…
Reference in a new issue