mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
xautolock: fick locker script
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, config, ... }:
|
||||
let
|
||||
sshPort = 22022;
|
||||
sshKey = {
|
||||
@@ -17,6 +17,8 @@ in {
|
||||
passwordAuthentication = false;
|
||||
};
|
||||
|
||||
users.motd = "Welcome to ${config.networking.hostName}!";
|
||||
|
||||
users.users.root.openssh.authorizedKeys.keys = [
|
||||
sshKey.homeros
|
||||
sshKey.scardanelli
|
||||
|
||||
Reference in New Issue
Block a user