This commit is contained in:
Aleksandr Lebedev 2026-04-25 14:48:48 +02:00
parent 46b5006fec
commit 176c134b89

View file

@ -18,6 +18,7 @@ with lib.${namespace}; let
extraGroups = ["networkmanager" "touchscreen"]; extraGroups = ["networkmanager" "touchscreen"];
trustedSshKeys = [ trustedSshKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF1gj+j+09T8n2HjpBod13WGroWn1cLmNUDmQfGVZllM kylekrein@fleetcarrier" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF1gj+j+09T8n2HjpBod13WGroWn1cLmNUDmQfGVZllM kylekrein@fleetcarrier"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPx+q1QnVnF/bG02Q8eBjwKEX9li2ZrsJmmN+N/7Sl5Z kylekrein@anaconda"
]; ];
cfg = config.${namespace}.users.${username}; cfg = config.${namespace}.users.${username};