Compare commits
1 commit
80594d679f
...
28f02d8543
Author | SHA1 | Date | |
---|---|---|---|
28f02d8543 |
1 changed files with 4 additions and 1 deletions
|
@ -133,6 +133,7 @@ in {
|
|||
};
|
||||
environment.persistence.${config.impermanence.name} = {
|
||||
users.fsaccount.files = [
|
||||
/*
|
||||
{
|
||||
file = ".ssh/known_hosts";
|
||||
parentDirectory = {
|
||||
|
@ -141,6 +142,8 @@ in {
|
|||
mode = "u=rwx,g=,o=";
|
||||
};
|
||||
}
|
||||
*/
|
||||
".ssh/known_hosts"
|
||||
];
|
||||
};
|
||||
sops.secrets.backupKey = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue