Fix user of authorized_keys file

This commit is contained in:
Charlotte Van Petegem 2021-06-20 00:32:49 +02:00
parent da9160559c
commit 6fa4997d8c
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -18,7 +18,10 @@
authorizedKeysFiles = [ "/run/secrets/authorized_keys/%u" ];
};
age.secrets."authorized_keys/charlotte".file = ../secrets/authorized_keys/charlotte.age;
age.secrets."authorized_keys/charlotte" = {
file = ../secrets/authorized_keys/charlotte.age;
owner = "charlotte";
};
age.secrets."authorized_keys/root".file = ../secrets/authorized_keys/root.age;
};
}