From d4f755b44f45249d1c2451a61933d412519428d5 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sat, 3 Jan 2026 17:09:38 -0600 Subject: [PATCH] updated flatpak repo systemd unit --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index 01c9030..283b543 100755 --- a/configuration.nix +++ b/configuration.nix @@ -94,6 +94,8 @@ in systemd.services.flatpak-repo = { wantedBy = [ "multi-user.target" ]; + after = [ "network-online.target" ]; + wants = [ "network-online.target" ]; path = [ pkgs.flatpak ]; script = '' flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo