server enableoption

This commit is contained in:
2025-07-20 10:04:12 +02:00
parent 32b49ad6c5
commit 8a5f23d370
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
cfg = config.server;
in {
options.server = {
enable = lib.mkEnableOption "The homelab services and configuration variables";
email = mkOption {
default = "";
type = types.str;