assertions + more descriptive initializations
This commit is contained in:
@@ -4,7 +4,7 @@ let
|
||||
in
|
||||
{
|
||||
options.my.servers.sabnzbd = {
|
||||
enable = lib.mkEnableOption "enable";
|
||||
enable = lib.mkEnableOption "SABnzbd Usenet downloader";
|
||||
port = lib.mkOption {
|
||||
type = lib.types.int;
|
||||
default = 3399;
|
||||
|
||||
Reference in New Issue
Block a user