diff --git a/flake.nix b/flake.nix index 508ba2e..79cdff1 100644 --- a/flake.nix +++ b/flake.nix @@ -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];