trigger icomidal script with systemd timer + update icomidal

This commit is contained in:
Joeri Exelmans 2025-09-24 11:20:00 +02:00
parent 7dbb5b33f0
commit 5b45bbb373
3 changed files with 29 additions and 8 deletions

View file

@ -22,7 +22,7 @@
];
};
deemz = nixpkgs-stable.lib.nixosSystem {
specialArgs = { inherit system; icomidal=icomidal; };
specialArgs = { inherit system; icomidal=icomidal.packages.${system}.default; };
modules = [
./deemz.org/configuration.nix
];