Move forgejo to hetznix
This commit is contained in:
parent
1156a9af04
commit
d50f92ca1b
14 changed files with 120 additions and 99 deletions
10
nix/hosts/hetznix/services/openssl.nix
Normal file
10
nix/hosts/hetznix/services/openssl.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
AllowUsers = [ "opdavies" ];
|
||||
PermitRootLogin = "no";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue