nopass key for filesystems

This commit is contained in:
Rachel Lambda Samuelsson 2024-06-21 13:34:28 +02:00
parent 7744efa70a
commit 13fafa4015
2 changed files with 1 additions and 1 deletions

BIN
secrets/id_nopass.pub Normal file

Binary file not shown.

View File

@ -19,7 +19,7 @@
users.users.media = {
isSystemUser = true;
group = "media";
openssh.authorizedKeys.keyFiles = [ ../secrets/id_ed25519.pub ];
openssh.authorizedKeys.keyFiles = [ ../secrets/id_nopass.pub ];
};
users.users.guest = {
isSystemUser = true;