Compare commits

..

1 commit

Author SHA1 Message Date
28f02d8543 Use sops for private key distribution 2024-03-21 18:48:27 +01:00

View file

@ -133,7 +133,8 @@ in {
}; };
environment.persistence.${config.impermanence.name} = { environment.persistence.${config.impermanence.name} = {
users.fsaccount.files = [ users.fsaccount.files = [
{ /*
{
file = ".ssh/known_hosts"; file = ".ssh/known_hosts";
parentDirectory = { parentDirectory = {
user = "fsaccount"; user = "fsaccount";
@ -141,6 +142,8 @@ in {
mode = "u=rwx,g=,o="; mode = "u=rwx,g=,o=";
}; };
} }
*/
".ssh/known_hosts"
]; ];
}; };
sops.secrets.backupKey = { sops.secrets.backupKey = {