mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
dufs
This commit is contained in:
parent
987f4c5046
commit
0ff355928a
1 changed files with 7 additions and 0 deletions
|
|
@ -106,6 +106,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
systemd.services.docker-dufs = {
|
||||
unitConfig = {
|
||||
RequiresMountsFor = [ "/media/storage/media" ];
|
||||
ConditionPathIsMountPoint = "/media/storage/media";
|
||||
};
|
||||
};
|
||||
|
||||
users.users.adguardhome = {
|
||||
isSystemUser = true;
|
||||
group = "adguardhome";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue