diff options
| author | sinanmohd <sinan@sinanmohd.com> | 2026-02-08 10:51:07 +0530 |
|---|---|---|
| committer | sinanmohd <sinan@sinanmohd.com> | 2026-02-08 10:51:07 +0530 |
| commit | 819f197a6866edbb78627ae00455a237807792b0 (patch) | |
| tree | b4cf5bdd534c6712cd140d94c75a779367b234fd /os/server/configuration.nix | |
| parent | d918a10014018c11badaca04f64ab4d2175bfcf9 (diff) | |
chore(os): update ssh keys and enable ssh by default
Diffstat (limited to 'os/server/configuration.nix')
| -rw-r--r-- | os/server/configuration.nix | 6 |
1 files changed, 0 insertions, 6 deletions
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; - }; } |
