diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2025-10-27 23:59:44 -0700 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2025-10-27 23:59:44 -0700 |
| commit | 402b24174bf3152edef37eb904b50dc27ef7f7bf (patch) | |
| tree | d148687f933938c7edb7f2996e8fe62600ec62db | |
| parent | 6351cd4ba3fddcdcb28c49f56918a848094f9b52 (diff) | |
| download | nix-402b24174bf3152edef37eb904b50dc27ef7f7bf.tar nix-402b24174bf3152edef37eb904b50dc27ef7f7bf.tar.gz nix-402b24174bf3152edef37eb904b50dc27ef7f7bf.tar.bz2 nix-402b24174bf3152edef37eb904b50dc27ef7f7bf.tar.lz nix-402b24174bf3152edef37eb904b50dc27ef7f7bf.tar.xz nix-402b24174bf3152edef37eb904b50dc27ef7f7bf.tar.zst nix-402b24174bf3152edef37eb904b50dc27ef7f7bf.zip | |
Temporarily bump openssh due to https://github.com/nixos/nixpkgs/issues/456221
| -rw-r--r-- | hosts/common/optional/services/openssh.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/common/optional/services/openssh.nix b/hosts/common/optional/services/openssh.nix index 424d3bf..08ff33e 100644 --- a/hosts/common/optional/services/openssh.nix +++ b/hosts/common/optional/services/openssh.nix @@ -1,4 +1,7 @@ +{ pkgs, ... }: { + programs.ssh.package = pkgs.openssh_10_2; + services.openssh = { enable = true; settings = { |
