Modularize desktop service and remove desktop.wms from machine opts.
This commit is contained in:
parent
13a25fe675
commit
483c5d3f39
6 changed files with 32 additions and 64 deletions
|
@ -114,13 +114,6 @@ in {
|
|||
Domain - Service mappings for nginx vHost config.
|
||||
'';
|
||||
};
|
||||
desktop.wms = mkOption {
|
||||
type = types.listOf types.str;
|
||||
default = [];
|
||||
description = ''
|
||||
The list of wms to be enabled.
|
||||
'';
|
||||
};
|
||||
};
|
||||
imports = [
|
||||
(mkAliasOptionModule [ "machine" "firewall" ] [ "networking" "firewall" ])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue