flake updated

This commit is contained in:
stuce-bot 2025-06-10 10:59:27 +02:00
parent f65eb94d18
commit fe57ada600

View file

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