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 = {
enable = true;
host = "127.0.0.1";
port = 8085;
enableWebserver = true;
settings = {
guacd-hostname = "127.0.0.1";
guacd-port = 4822;
};
};
tomcat.port = 8085;
};
}

View file

@ -1,5 +1,5 @@
{ config, lib, ... }: {
imports = lib.mkIf (config.specialisation != {}) [
{ lib, ... }: {
imports = [
./homelab/containers.nix
./homelab/gallery.nix
./homelab/remote.nix