diff --git a/nixos/common/desktops/plasma6/default.nix b/nixos/common/desktops/plasma6/default.nix index f044f2c4..a3322cf2 100644 --- a/nixos/common/desktops/plasma6/default.nix +++ b/nixos/common/desktops/plasma6/default.nix @@ -38,6 +38,7 @@ echo "Activating get-theme-times systemd service" curl -s wttr.in/?format=%S > /tmp/wttr.sunrise curl -s wttr.in/?format=%s > /tmp/wttr.sunset + chown albert:root /tmp/wttr.sunrise /tmp/wttr.sunset echo "get-theme-times - complete" ''; after = [ "networking-online.target" ];