dotnix @main -
refs -
log -
-
https://git.jolheiser.com/dotnix.git
Signature
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgBTEvCQk6VqUAdN2RuH6bj1dNkY
oOpbPWj+jw4ua1B1cAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
AAAAQDKF6svxy3Pj8qVffrg1t9/XI+A5BoFPjI9r9ekO2z2NCwleL2ZF3hnA95zYSq35A+
+iBxRHahkbCJqD6TyLJAM=
-----END SSH SIGNATURE-----
diff --git a/apps/gui/firefox.nix b/apps/gui/firefox.nix
index 5a9e6dbb391a903222139e75a115e7131e5d6890..7828ec9474ee9a9d71208657cb93eb145348cf64 100644
--- a/apps/gui/firefox.nix
+++ b/apps/gui/firefox.nix
@@ -61,11 +61,26 @@ "extensions.pocket.enabled" = false;
"browser.newtabpage.activity-stream.feeds.section.topstories" = false;
"browser.newtabpage.activity-stream.showSponsoredTopSites" = false;
"browser.newtabpage.pinned" = builtins.toJSON [
- { url = "https://github.com/"; }
- { url = "https://git.jojodev.com/"; }
- { url = "https://git.jolheiser.com"; }
+ {
+ url = "https://github.com/";
+ label = "github";
+ }
+ {
+ url = "https://git.jojodev.com/";
+ label = "jojodev";
+ }
+ {
+ url = "https://git.jolheiser.com";
+ label = "ugit";
+ }
];
- "browser.fixup.domainwhitelist.go" = true; # golink
+ # tailscale apps
+ "browser.fixup.domainwhitelist.go" = true;
+ "browser.fixup.domainwhitelist.git" = true;
+ "browser.fixup.domainwhitelist.paste" = true;
+ "browser.fixup.domainwhitelist.radarr" = true;
+ "browser.fixup.domainwhitelist.sonarr" = true;
+ "browser.fixup.domainwhitelist.jellyfin" = true;
};
bookmarks = [
{