feat: add domain to client

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-03-27 20:19:15 -03:00
parent 24419b918a
commit 33b7d3b2c2

View File

@@ -14,6 +14,10 @@ in
flakeDir = mkOption {
type = str;
};
domain = mkOption {
type = either str path;
default = "${cfg.name}.local";
};
localIp = mkOption {
type = nullOr str;
default = null;