More option simplification
This commit is contained in:
parent
8ac994204c
commit
c4d69ff019
6 changed files with 13 additions and 24 deletions
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
{ lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
./cfdyndns
|
||||
|
@ -10,4 +10,8 @@
|
|||
./vaultwarden
|
||||
./webserver
|
||||
];
|
||||
|
||||
options.system = with lib; {
|
||||
server.enable = mkEnableOption "Enable server apps and services";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue