Compare commits
1 commit
9027b418ae
...
80594d679f
Author | SHA1 | Date | |
---|---|---|---|
80594d679f |
1 changed files with 5 additions and 1 deletions
|
@ -135,7 +135,11 @@ in {
|
||||||
users.fsaccount.files = [
|
users.fsaccount.files = [
|
||||||
{
|
{
|
||||||
file = ".ssh/known_hosts";
|
file = ".ssh/known_hosts";
|
||||||
parentDirectory = {mode = "u=rwx,g=,o=";};
|
parentDirectory = {
|
||||||
|
user = "fsaccount";
|
||||||
|
group = "users";
|
||||||
|
mode = "u=rwx,g=,o=";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue