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
|
||||
search-domain = mkOption {
|
||||
type = types.hostname;
|
||||
default = "";
|
||||
example = "retiolum";
|
||||
default = "retiolum";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -10,7 +10,6 @@ in
|
||||
|
||||
{
|
||||
krebs.enable = true;
|
||||
krebs.search-domain = "retiolum";
|
||||
|
||||
networking.hostName = config.krebs.build.host.name;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user