remove minidlna leftovers
This commit is contained in:
parent
8c74bdca64
commit
a6169de898
@ -65,6 +65,14 @@ in
|
||||
|
||||
systemd.tmpfiles.rules = [ "d /var/www 0755 motiejus users -" ];
|
||||
|
||||
systemd.services.minidlna = {
|
||||
serviceConfig = {
|
||||
ProtectSystem = "strict";
|
||||
ProtectHome = "tmpfs";
|
||||
BindReadOnlyPaths = [ "/home/motiejus/video" ];
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
pcscd.enable = true;
|
||||
acpid.enable = true;
|
||||
|
@ -441,14 +441,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
minidlna = {
|
||||
serviceConfig = {
|
||||
ProtectSystem = "strict";
|
||||
ProtectHome = "tmpfs";
|
||||
BindReadOnlyPaths = [ "/home/motiejus/video" ];
|
||||
};
|
||||
};
|
||||
|
||||
syncthing-relay.restartIfChanged = false;
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user