Compare commits
1 commit
690c56491d
...
28f02d8543
Author | SHA1 | Date | |
---|---|---|---|
28f02d8543 |
1 changed files with 11 additions and 4 deletions
|
@ -132,11 +132,18 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
environment.persistence.${config.impermanence.name} = {
|
environment.persistence.${config.impermanence.name} = {
|
||||||
users.fsaccount.directories = [
|
users.fsaccount.files = [
|
||||||
|
/*
|
||||||
{
|
{
|
||||||
directory = ".ssh"; # SSH Key with access to FS Account and known_hosts
|
file = ".ssh/known_hosts";
|
||||||
|
parentDirectory = {
|
||||||
|
user = "fsaccount";
|
||||||
|
group = "users";
|
||||||
mode = "u=rwx,g=,o=";
|
mode = "u=rwx,g=,o=";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
".ssh/known_hosts"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
sops.secrets.backupKey = {
|
sops.secrets.backupKey = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue