lol

nixos/geoclue2: make system service wait on network-online

In ee0b8a7eaa9 we made the user service wait on network-online, but
forgot about the system service. We need them _both_ to wait when the
wifi source is enabled.

+1
+1
nixos/modules/services/desktops/geoclue2.nix
··· 200 200 }; 201 201 202 202 systemd.services.geoclue = { 203 + after = lib.optionals cfg.enableWifi [ "network-online.target" ]; 203 204 # restart geoclue service when the configuration changes 204 205 restartTriggers = [ 205 206 config.environment.etc."geoclue/geoclue.conf".source