This website requires JavaScript.
Explore
Help
Sign In
crans
/
nixos
mirror of
https://gitlab.crans.org/nounous/nixos
Watch
19
Star
0
Fork
You've already forked nixos
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c4cb1c6e85
nixos
/
modules
/
crans
/
ssh.nix
12 lines
117 B
Nix
Raw
Blame
History
{
.
.
.
}:
{
services
.
openssh
=
{
enable
=
true
;
settings
=
{
PermitRootLogin
=
"
y
e
s
"
;
}
;
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink