Compare commits
2 Commits
2f3bcaf124
...
0f5c48902b
Author | SHA1 | Date |
---|---|---|
Peder Bergebakken Sundt | 0f5c48902b | |
Peder Bergebakken Sundt | 36a8868f94 |
3
base.nix
3
base.nix
|
@ -80,6 +80,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
PubkeyAcceptedAlgorithms=+ssh-rsa
|
PubkeyAcceptedAlgorithms=+ssh-rsa
|
||||||
|
Match Group wheel
|
||||||
|
PasswordAuthentication no
|
||||||
|
Match All
|
||||||
'';
|
'';
|
||||||
settings.PermitRootLogin = "yes";
|
settings.PermitRootLogin = "yes";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue