chore: update packages, hide openssh behind a vpn

This commit is contained in:
Ivan R. 2024-07-01 20:06:27 +05:00
parent c3bfd1dec3
commit 8b4b1f6dbd
2 changed files with 9 additions and 3 deletions

View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1717696253, "lastModified": 1719707984,
"narHash": "sha256-1+ua0ggXlYYPLTmMl3YeYYsBXDSCqT+Gw3u6l4gvMhA=", "narHash": "sha256-RoxIr/fbndtuKqulGvNCcuzC6KdAib85Q8gXnjzA1dw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9b5328b7f761a7bbdc0e332ac4cf076a3eedb89b", "rev": "7dca15289a1c2990efbe4680f0923ce14139b042",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -10,5 +10,11 @@
"forgejo" "forgejo"
]; ];
}; };
listenAddresses = [
{
addr = "10.101.0.1";
port = 22;
}
];
}; };
} }