This commit is contained in:
death916 2026-03-13 01:45:17 -07:00
parent 987f4c5046
commit 0ff355928a

View file

@ -106,6 +106,13 @@
};
};
systemd.services.docker-dufs = {
unitConfig = {
RequiresMountsFor = [ "/media/storage/media" ];
ConditionPathIsMountPoint = "/media/storage/media";
};
};
users.users.adguardhome = {
isSystemUser = true;
group = "adguardhome";