Compare commits
1 commit
80594d679f
...
28f02d8543
Author | SHA1 | Date | |
---|---|---|---|
28f02d8543 |
1 changed files with 4 additions and 1 deletions
|
@ -133,7 +133,8 @@ in {
|
||||||
};
|
};
|
||||||
environment.persistence.${config.impermanence.name} = {
|
environment.persistence.${config.impermanence.name} = {
|
||||||
users.fsaccount.files = [
|
users.fsaccount.files = [
|
||||||
{
|
/*
|
||||||
|
{
|
||||||
file = ".ssh/known_hosts";
|
file = ".ssh/known_hosts";
|
||||||
parentDirectory = {
|
parentDirectory = {
|
||||||
user = "fsaccount";
|
user = "fsaccount";
|
||||||
|
@ -141,6 +142,8 @@ in {
|
||||||
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