mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: fix actual persistent dir owner
This commit is contained in:
parent
3dabfb23e0
commit
3725789765
1 changed files with 1 additions and 3 deletions
|
@ -15,10 +15,8 @@ in
|
||||||
|
|
||||||
environment.persistence."/persist".directories = [
|
environment.persistence."/persist".directories = [
|
||||||
{
|
{
|
||||||
directory = "/var/lib/actual";
|
directory = "/var/lib/private/actual";
|
||||||
mode = "0700";
|
mode = "0700";
|
||||||
user = "actual";
|
|
||||||
group = "actual";
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue