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 # Systemd Service
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
environment.etc."sTodo" = { environment.etc."sTodo/static" = {
source = "${tarball}/config"; source = "${tarball}/static";
}; };
environment.systemPackages = [pkgs.openssl]; environment.systemPackages = [pkgs.openssl];