From 12c80c99ff495f2ad520d397e9d386692ecf8cbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Schwarz=C3=A4ugl?= Date: Tue, 25 Feb 2025 14:05:20 +0100 Subject: [PATCH] feat: open relevant sites in firefox dc --- SwarselSystems.org | 2 +- profiles/home/optional/work.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SwarselSystems.org b/SwarselSystems.org index 7abd9c4..3af4ffc 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -10997,7 +10997,7 @@ The rest of the settings is at [[#h:bbf2ecb6-c8ff-4462-b5d5-d45b28604ddf][work]] { id = 1; settings = { - "browser.startup.homepage" = "https://tower.vbc.ac.at"; + "browser.startup.homepage" = "https://tower.vbc.ac.at|https://artifactory.vbc.ac.at"; }; } config.swarselsystems.firefox; diff --git a/profiles/home/optional/work.nix b/profiles/home/optional/work.nix index ea76dc4..340581e 100644 --- a/profiles/home/optional/work.nix +++ b/profiles/home/optional/work.nix @@ -80,7 +80,7 @@ { id = 1; settings = { - "browser.startup.homepage" = "https://tower.vbc.ac.at"; + "browser.startup.homepage" = "https://tower.vbc.ac.at|https://artifactory.vbc.ac.at"; }; } config.swarselsystems.firefox;