mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
fix: persist correct path for adguardhome
This commit is contained in:
parent
e076aca5a0
commit
fa5e23af22
1 changed files with 3 additions and 3 deletions
|
@ -160,9 +160,9 @@
|
|||
]
|
||||
++ lib.optionals config.services.adguardhome.enable [
|
||||
{
|
||||
directory = "/var/lib/adguardhome";
|
||||
user = "adguardhome";
|
||||
group = "adguardhome";
|
||||
directory = "/var/lib/private/AdGuardHome";
|
||||
user = "root";
|
||||
group = "root";
|
||||
mode = "0700";
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue