From 819f197a6866edbb78627ae00455a237807792b0 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 8 Feb 2026 10:51:07 +0530 Subject: chore(os): update ssh keys and enable ssh by default --- os/server/configuration.nix | 6 ------ 1 file changed, 6 deletions(-) (limited to 'os/server') diff --git a/os/server/configuration.nix b/os/server/configuration.nix index c47f560..341d0da 100644 --- a/os/server/configuration.nix +++ b/os/server/configuration.nix @@ -4,10 +4,4 @@ networking.hostName = lib.mkOptionDefault "server"; security.sudo.wheelNeedsPassword = false; - - programs.mosh.enable = true; - services.openssh = { - enable = true; - settings.PasswordAuthentication = false; - }; } -- cgit v1.2.3