Simplify system and home options
This commit is contained in:
parent
ac22bc1849
commit
72ec65064d
20 changed files with 59 additions and 79 deletions
|
@ -1,9 +1,6 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
options.system.mailserver.enable = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
};
|
||||
options.system.mailserver.enable = lib.mkEnableOption "Enable Simple NixOS Mailserver";
|
||||
|
||||
imports = [
|
||||
./simplenix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue