nix: update input nixpkgs
authorJulien Moutinho <julm+sourcephile-nix@sourcephile.fr>
Tue, 1 Aug 2023 20:08:15 +0000 (22:08 +0200)
committerJulien Moutinho <julm+sourcephile-nix@sourcephile.fr>
Tue, 1 Aug 2023 20:08:15 +0000 (22:08 +0200)
flake.lock
hosts/mermet/ssh.nix

index 85f1f2c1fa0abfa6a15b6190491c73e69aaffea1..bd9623187c8a371499d69c85d101580999c07292 100644 (file)
     },
     "nixpkgs": {
       "locked": {
-        "lastModified": 1686237827,
-        "narHash": "sha256-fAZB+Zkcmc+qlauiFnIH9+2qgwM0NO/ru5pWEw3tDow=",
+        "lastModified": 1690881426,
+        "narHash": "sha256-PkcXpzQUI5bO0/bKIXTtpyg1i1eIuPvxnaXZSphQC8I=",
         "owner": "NixOS",
         "repo": "nixpkgs",
-        "rev": "81ed90058a851eb73be835c770e062c6938c8a9e",
+        "rev": "e5ee889ca5a14cd0296ea3d9cf63ec680b933d62",
         "type": "github"
       },
       "original": {
index 6b55271f7744c0c7133f1a0b27952afa37b971cf..37c77b7185f9b2527c262e44236e4fa3abe8f7b2 100644 (file)
@@ -9,8 +9,8 @@
   '';
 
   services.openssh = {
-    gatewayPorts = "clientspecified";
     openFirewall = true;
+    settings.GatewayPorts = "clientspecified";
   };
   systemd.services.sshd.serviceConfig.LoadCredentialEncrypted = [
     "host.key:${ssh/host.key.cred}"