This website requires JavaScript.
Explore
Help
Sign In
Laurent
/
infrastructure
Watch
1
Star
0
Fork
You've already forked infrastructure
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
38274043d6
infrastructure
/
hosts
/
hydrogen
/
system
/
ssh
/
default.nix
7 lines
81 B
Nix
Raw
Normal View
History
Unescape
Escape
🎨 (hydrogen/system) format openssh config
2023-11-29 14:37:27 +00:00
{
.
.
.
}:
{
services
.
openssh
=
{
enable
=
true
;
🐛 (hydrogen/system) fix bad ssh port
2023-11-29 15:13:50 +00:00
ports
=
[
624
]
;
🎨 (hydrogen/system) format openssh config
2023-11-29 14:37:27 +00:00
}
;
}
Reference in a new issue
Copy permalink