flake updated

This commit is contained in:
stuce-bot 2025-06-10 10:54:30 +02:00
parent 39e68d7d82
commit fe22b61a15

View file

@ -62,7 +62,7 @@
# Systemd Service
config = lib.mkIf cfg.enable {
environment.etc."sTodo" = {
source = "${tarball}/config";
source = "${tarball.out}/config";
};
environment.systemPackages = [pkgs.openssl];