This commit is contained in:
nora 2025-12-29 19:20:11 +01:00
parent e0e17e4ff6
commit 8dbdbb8be8

View file

@ -6,8 +6,8 @@ let
(pkgs.fetchFromGitHub { (pkgs.fetchFromGitHub {
owner = "Noratrieb"; owner = "Noratrieb";
repo = "colouncher"; repo = "colouncher";
rev = "cd0c16497756b758ee184063e119f1bec2127f18"; rev = "bee16cced1e03419f31534d2811233f7aadd0043";
hash = "sha256-PcbYBojWMzb855u8+sk6hfu1hpHwInEcNBGk0/qqYtw="; hash = "sha256-Aoyc2kk1xO4wfdi5+NT7Mhei2rvzaxP3Y9WifWqRN18=";
})) }))
{ inherit pkgs; }; { inherit pkgs; };
in in
@ -24,6 +24,7 @@ in
Service = { Service = {
ExecStart = pkgs.lib.getExe pkg; ExecStart = pkgs.lib.getExe pkg;
Restart = "on-failure"; Restart = "on-failure";
Type = "notify";
}; };
Install.WantedBy = [ Install.WantedBy = [