Modularized configuration now kind of works. (still need to do some refactoring)
This commit is contained in:
parent
a0f361425a
commit
14332b2c7b
24 changed files with 144 additions and 85 deletions
|
@ -23,11 +23,17 @@ with lib;
|
|||
'';
|
||||
};
|
||||
services = mkOption {
|
||||
type = types.listOf types.path;
|
||||
type = types.listOf types.string;
|
||||
description = ''
|
||||
List of services to be enabled.
|
||||
'';
|
||||
};
|
||||
conffiles = mkOption {
|
||||
type = types.listOf types.string;
|
||||
description = ''
|
||||
List of configuration files to be enabled.
|
||||
'';
|
||||
};
|
||||
hostName = mkOption {
|
||||
type = types.str;
|
||||
description = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue