Compare commits
1 commit
c5bf5f8e79
...
95509a447c
Author | SHA1 | Date | |
---|---|---|---|
95509a447c |
1 changed files with 8 additions and 0 deletions
|
@ -131,6 +131,14 @@ 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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue