diff --git a/configuration.nix b/configuration.nix index 5edc8cc..01c9030 100755 --- a/configuration.nix +++ b/configuration.nix @@ -96,7 +96,7 @@ in wantedBy = [ "multi-user.target" ]; path = [ pkgs.flatpak ]; script = '' - flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo + flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo ''; };