Remove changedetection

This commit is contained in:
Dave Gallant
2021-08-22 15:31:33 -04:00
parent 89fec1a683
commit 97cecbeaf0
4 changed files with 12 additions and 159 deletions

View File

@@ -1,20 +0,0 @@
{ config, pkgs, ... }:
let
changedetectionDir = "/var/lib/changedetection.io/";
in
{
systemd.services.changedetection = {
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];
preStart = ''
mkdir -p ${changedetectionDir}/datastore
'';
serviceConfig = {
Type = "forking";
ExecStart = "${pkgs.changedetection.io}/bin/changedetection.py -d ${changedetectionDir}/datastore";
Restart = "on-failure";
WorkingDirectory = "${changedetectionDir}";
};
};
}

View File

@@ -165,7 +165,6 @@ in
audio-recorder
authy
calibre
changedetection.io
cryptsetup
firejail
glibcLocales