diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-20 07:49:56 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-20 07:53:22 -0600 |
| commit | 70f702c6fd33454aebc4a266789fc5bf7e77e960 (patch) | |
| tree | afd021e65acab4ed2cde532b3eb914bfc6cb9ff9 /modules/services/options.nix | |
| parent | 26533470d5eebca67519c0a0ce797bedfb6a5e25 (diff) | |
age + other various changes
Diffstat (limited to 'modules/services/options.nix')
| -rw-r--r-- | modules/services/options.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/services/options.nix b/modules/services/options.nix index b887395..ee85982 100644 --- a/modules/services/options.nix +++ b/modules/services/options.nix @@ -12,6 +12,7 @@ in { iwd.enable = mkEnableOption "lightweight wifi daemon"; networkmanager.enable = mkEnableOption "heavier wifi daemon"; tailscale.enable = mkEnableOption "tailscale"; + sshd.enable = mkEnableOption "OpenSSH server"; }; audio = { enable = mkEnableOption "pipewire + wireplumber"; |
