refactor(modules): make sure nothing is added without setting enable

This commit is contained in:
matt1432 2025-01-04 19:02:30 -05:00
parent 4a2ad39114
commit 49dc072b81
56 changed files with 684 additions and 506 deletions
modules/server

View file

@ -2,11 +2,16 @@
inherit (lib) mkOption types;
in {
imports = [
./sshd.nix
./tailscale.nix
./sshd
./tailscale
];
options.roles.server = {
enable = mkOption {
type = types.bool;
default = false;
};
user = mkOption {
type = types.str;
description = ''