Move social media hosts into their own option
This commit is contained in:
parent
1a83d6b195
commit
dc3d5381c5
6 changed files with 14 additions and 10 deletions
|
@ -1,10 +1,8 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
options.system.mailserver = {
|
||||
enable = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
};
|
||||
options.system.mailserver.enable = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
};
|
||||
|
||||
imports = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue