summary refs log tree commit diff stats
path: root/system/services/openssh/new_module.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/services/openssh/new_module.nix')
-rw-r--r--system/services/openssh/new_module.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/system/services/openssh/new_module.nix b/system/services/openssh/new_module.nix
new file mode 100644
index 0000000..878f9de
--- /dev/null
+++ b/system/services/openssh/new_module.nix
@@ -0,0 +1,7 @@
+{...} @ args: {
+  disabledModules = ["services/networking/ssh/sshd.nix"];
+
+  imports = [
+    "${args.nixpkgs-unstable}/nixos/modules/services/networking/ssh/sshd.nix"
+  ];
+}