diff --git a/demilich/services.nix b/demilich/services.nix index 1c96843..0fedd46 100644 --- a/demilich/services.nix +++ b/demilich/services.nix @@ -9,6 +9,13 @@ }; }; services = { + flatpak-repo = { + wantedBy = [ "multi-user.target" ]; + path = [ pkgs.flatpak ]; + script = '' + flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo + ''; + }; tailscaled = { serviceConfig = { Environment = [