mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat: upgrade to 23.05
This commit is contained in:
@@ -11,8 +11,10 @@ in {
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
ports = [sshPort];
|
||||
passwordAuthentication = false;
|
||||
forwardX11 = true;
|
||||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
X11Forwarding = true;
|
||||
};
|
||||
};
|
||||
|
||||
users.users.root.openssh.authorizedKeys.keys = kieran.sshKeys pkgs;
|
||||
|
||||
Reference in New Issue
Block a user