krebs.build.search-domain: s/example/default/
This commit is contained in:
parent
d40a714c08
commit
d720588fb5
@ -151,8 +151,7 @@ let
|
|||||||
# TODO search-domains :: listOf hostname
|
# TODO search-domains :: listOf hostname
|
||||||
search-domain = mkOption {
|
search-domain = mkOption {
|
||||||
type = types.hostname;
|
type = types.hostname;
|
||||||
default = "";
|
default = "retiolum";
|
||||||
example = "retiolum";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -10,7 +10,6 @@ in
|
|||||||
|
|
||||||
{
|
{
|
||||||
krebs.enable = true;
|
krebs.enable = true;
|
||||||
krebs.search-domain = "retiolum";
|
|
||||||
|
|
||||||
networking.hostName = config.krebs.build.host.name;
|
networking.hostName = config.krebs.build.host.name;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user