1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: gaslight

This commit is contained in:
Kierán Meinhardt
2020-09-14 08:33:39 +02:00
parent 2dbe03835c
commit 824dafb93c
3 changed files with 27 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ in {
ports = [ sshPort ];
enable = true;
passwordAuthentication = false;
forwardX11 = true;
};
users.motd = "Welcome to ${config.networking.hostName}!";