fixup! feat: add ssh config for nuOS root

This commit is contained in:
Noa Aarts 2024-10-21 14:03:04 +02:00
parent 8033999c4d
commit d1c8719e2e
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -48,7 +48,7 @@
# org.gradle.console=verbose
# org.gradle.daemon.idletimeout=3600000
# '';
".ssh/config".source = ''
".ssh/config".text = ''
Host lambdaOS
User noa
'';