mediabox/ssh: add auth key

This commit is contained in:
Asmir A 2024-04-17 23:03:00 +02:00
parent 80e506a047
commit 572ce078be
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

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