flake updated

This commit is contained in:
stuce-bot 2025-06-10 11:01:45 +02:00
parent fe57ada600
commit 2f51d7a569

View file

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