From 9484c4ec525c02caa8a65ecfe37ed24f1d4b321d Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Mon, 2 Mar 2026 00:03:12 -0800 Subject: Remove local nix directory to prepare for submodule --- nix/modules/ssh.nix | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 nix/modules/ssh.nix (limited to 'nix/modules/ssh.nix') diff --git a/nix/modules/ssh.nix b/nix/modules/ssh.nix deleted file mode 100644 index c816f1c..0000000 --- a/nix/modules/ssh.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ config, lib, ... }: -{ - services.openssh = { - enable = true; - settings = { - PasswordAuthentication = false; - AllowUsers = [ config.monorepo.vars.userName "git" ]; - PermitRootLogin = "no"; - KbdInteractiveAuthentication = false; - }; - }; - networking.firewall.allowedTCPPorts = lib.mkIf config.services.openssh.enable [ 22 ]; -} -- cgit v1.3