Compare commits

..

1 commit

Author SHA1 Message Date
c5bf5f8e79 Use sops for private key distribution 2024-03-21 18:02:25 +01:00

View file

@ -131,14 +131,6 @@ in {
readWritePaths = ["/home/fsaccount"]; readWritePaths = ["/home/fsaccount"];
}; };
}; };
environment.persistence.${config.impermanence.name} = {
users.fsaccount.files = [
{
file = ".ssh/known_hosts";
parentDirectory = {mode = "u=rwx,g=,o=";};
}
];
};
sops.secrets.backupKey = { sops.secrets.backupKey = {
sopsFile = ../machines/bragi/backupKey.yaml; sopsFile = ../machines/bragi/backupKey.yaml;
path = "/home/fsaccount/.ssh/backupKey"; path = "/home/fsaccount/.ssh/backupKey";