remove systemd service

This commit is contained in:
Aditya 2024-09-10 20:21:50 +05:30
parent fde7ce49be
commit 1ae4746b0b
Signed by: aditya
SSH key fingerprint: SHA256:jL1IvWsjjlPtw6HvDIHfXfhO9IkIokNEyIfuFhSdoyU

View file

@ -29,18 +29,6 @@
buildInputs = buildInputs;
shellHook = "";
};
systemd.services.monitor = {
enable = true;
description = "Monitor website uptime";
wantedBy = [ "multi-user.target" ];
unitConfig = {
Type = "sinmple";
};
serviceConfig = {
execStart = "${self.monitor}";
};
};
packages.default = monitor;
}
);