diff --git a/flake.lock b/flake.lock index 9d1af40..2694b63 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1717696253, - "narHash": "sha256-1+ua0ggXlYYPLTmMl3YeYYsBXDSCqT+Gw3u6l4gvMhA=", + "lastModified": 1719707984, + "narHash": "sha256-RoxIr/fbndtuKqulGvNCcuzC6KdAib85Q8gXnjzA1dw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9b5328b7f761a7bbdc0e332ac4cf076a3eedb89b", + "rev": "7dca15289a1c2990efbe4680f0923ce14139b042", "type": "github" }, "original": { diff --git a/nixos/services/openssh.nix b/nixos/services/openssh.nix index d28d4ae..4a659ce 100644 --- a/nixos/services/openssh.nix +++ b/nixos/services/openssh.nix @@ -10,5 +10,11 @@ "forgejo" ]; }; + listenAddresses = [ + { + addr = "10.101.0.1"; + port = 22; + } + ]; }; }