Compare commits
1 commit
05036bdaee
...
6625e82d12
Author | SHA1 | Date | |
---|---|---|---|
6625e82d12 |
1 changed files with 9 additions and 0 deletions
|
@ -132,6 +132,15 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
environment.persistence.${config.impermanence.name} = {
|
environment.persistence.${config.impermanence.name} = {
|
||||||
|
/*
|
||||||
|
users.fsaccount.directories = [
|
||||||
|
{
|
||||||
|
directory = ".ssh"; # SSH Key with access to FS Account and known_hosts
|
||||||
|
mode = "u=rwx,g=,o=";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
*/
|
||||||
users.fsaccount.files = [
|
users.fsaccount.files = [
|
||||||
{
|
{
|
||||||
file = ".ssh/known_hosts";
|
file = ".ssh/known_hosts";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue