allow steamdeck ssh to xun@nixdesk

This commit is contained in:
xunuwu 2025-06-20 12:04:51 +02:00
parent 032867bd9c
commit 5c0dd03f27
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
2 changed files with 2 additions and 0 deletions

View file

@ -20,6 +20,7 @@
openssh.authorizedKeys.keys = with vars.sshKeys; [
xun_nixdesk
xun_redmi
deck_steamdeck
];
};
}