This website requires JavaScript.
Explore
Help
Register
Sign in
DGNum
/
lab-infra
Watch
8
Star
1
Fork
You've already forked lab-infra
1
Code
Issues
1
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
b478879fe8
lab-infra
/
machines
/
photo01
/
openssh.nix
12 lines
122 B
Nix
Raw
Normal View
History
Unescape
Escape
style(photo01): "..." -> "" in module inputs
2024-11-21 18:47:17 +01:00
{
_
}:
fix(photo01): split services into modules
2024-11-21 18:44:54 +01:00
{
services
.
openssh
=
{
enable
=
true
;
settings
=
{
PasswordAuthentication
=
false
;
}
;
}
;
}
Reference in a new issue
Copy permalink