fix eval error, thanks claude
This commit is contained in:
parent
891ff6434e
commit
363031ecc0
2 changed files with 3 additions and 4 deletions
|
|
@ -7,13 +7,12 @@
|
||||||
};
|
};
|
||||||
guacamole-client = {
|
guacamole-client = {
|
||||||
enable = true;
|
enable = true;
|
||||||
host = "127.0.0.1";
|
|
||||||
port = 8085;
|
|
||||||
enableWebserver = true;
|
enableWebserver = true;
|
||||||
settings = {
|
settings = {
|
||||||
guacd-hostname = "127.0.0.1";
|
guacd-hostname = "127.0.0.1";
|
||||||
guacd-port = 4822;
|
guacd-port = 4822;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
tomcat.port = 8085;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{ config, lib, ... }: {
|
{ lib, ... }: {
|
||||||
imports = lib.mkIf (config.specialisation != {}) [
|
imports = [
|
||||||
./homelab/containers.nix
|
./homelab/containers.nix
|
||||||
./homelab/gallery.nix
|
./homelab/gallery.nix
|
||||||
./homelab/remote.nix
|
./homelab/remote.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue