Compare commits

..

1 commit

Author SHA1 Message Date
05036bdaee Use sops for private key distribution 2024-03-27 10:43:16 +01:00

View file

@ -132,15 +132,6 @@ in {
}; };
}; };
environment.persistence.${config.impermanence.name} = { environment.persistence.${config.impermanence.name} = {
/*
users.fsaccount.directories = [
{
directory = ".ssh"; # SSH Key with access to FS Account and known_hosts
mode = "u=rwx,g=,o=";
}
];
};
*/
users.fsaccount.files = [ users.fsaccount.files = [
{ {
file = ".ssh/known_hosts"; file = ".ssh/known_hosts";