summaryrefslogtreecommitdiff
path: root/hm/conf/ssh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/conf/ssh.nix')
-rw-r--r--hm/conf/ssh.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/hm/conf/ssh.nix b/hm/conf/ssh.nix
deleted file mode 100644
index 4587751..0000000
--- a/hm/conf/ssh.nix
+++ /dev/null
@@ -1,11 +0,0 @@
-{ config, lib, ... }:
-let
- cfg = config.szpont.hm.conf.ssh;
-in
-{
- options.szpont.hm.conf.ssh.enable = lib.mkEnableOption "enables ssh support";
-
- config = lib.mkIf cfg.enable {
-
- };
-}