updates
This commit is contained in:
parent
7e7d275411
commit
87ffa71fe4
8 changed files with 308 additions and 378 deletions
|
@ -37,7 +37,7 @@ in {
|
|||
};
|
||||
|
||||
mode = mkOption {
|
||||
type = enum [ "server" "laptop" ];
|
||||
type = types.enum [ "server" "laptop" ];
|
||||
default = "laptop";
|
||||
description = ''
|
||||
Whether to configure the DNS in server mode (listen on all interfaces) or laptop mode (just on localhost)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue