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