add ssh pub key

This commit is contained in:
sid 2026-04-16 20:49:24 +02:00
parent 59cbe65447
commit 9007e968ea

View file

@ -3,6 +3,6 @@
extraGroups = [ extraGroups = [
"wheel" "wheel"
]; ];
# sshKeyFiles = [ ./pubkeys/YOUR_PUBKEY.pub ]; # FIXME sshKeyFiles = [ ./pubkeys/gpg.pub ];
}; };
} }