Compare commits
1 commit
b44e2cbbb0
...
529f12c052
Author | SHA1 | Date | |
---|---|---|---|
529f12c052 |
1 changed files with 2 additions and 1 deletions
|
@ -119,7 +119,7 @@ in {
|
||||||
repo = "ssh://borg@localhost:fsaccount";
|
repo = "ssh://borg@localhost:fsaccount";
|
||||||
startAt = "hourly";
|
startAt = "hourly";
|
||||||
user = "fsaccount";
|
user = "fsaccount";
|
||||||
group = "users";
|
group = "fsaccount";
|
||||||
readWritePaths = ["/home/fsaccount"];
|
readWritePaths = ["/home/fsaccount"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -135,5 +135,6 @@ in {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
users.groups.fsaccount = {};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue