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/common/configuration.nix | |
| parent | d918a10014018c11badaca04f64ab4d2175bfcf9 (diff) | |
chore(os): update ssh keys and enable ssh by default
Diffstat (limited to 'os/common/configuration.nix')
| -rw-r--r-- | os/common/configuration.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/os/common/configuration.nix b/os/common/configuration.nix index 7b6b956..2fc5534 100644 --- a/os/common/configuration.nix +++ b/os/common/configuration.nix @@ -72,4 +72,10 @@ in "slack" "spotify" ]; + + programs.mosh.enable = true; + services.openssh = { + enable = true; + settings.PasswordAuthentication = false; + }; } |
