fix eval error, thanks claude

This commit is contained in:
Satria 2026-03-03 15:06:25 +07:00
commit 363031ecc0
2 changed files with 3 additions and 4 deletions

View file

@ -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;
}; };
} }

View file

@ -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