mediabox/ssh: add auth key

This commit is contained in:
2024-04-17 23:03:00 +02:00
parent 80e506a047
commit 572ce078be

View File

@@ -422,6 +422,9 @@
isNormalUser = true;
shell = pkgs.zsh;
extraGroups = ["wireshark" "wheel" "kvm" "tty" "audio" "sound" "adbusers" "transmission"];
openssh.authorizedKeys.keys = [
(builtins.readFile ../nixy/ssh_pubkey)
];
};
users.users.ado = {