Personal-use NixOS configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Alter some domains

encode42 8f0686a7 cd408e78

+7 -3
+1 -1
hosts/index/config/language/omnipoly.nix
··· 8 8 ssl = "internal"; 9 9 } 10 10 { 11 - name = "language.encrypted.group"; 11 + name = "text.encrypted.group"; 12 12 ssl = "cloudflare"; 13 13 14 14 useLocal = true;
+2
hosts/index/config/media/audiobookshelf.nix
··· 10 10 { 11 11 name = "read.encrypted.group"; 12 12 ssl = "cloudflare"; 13 + 14 + useLocal = true; 13 15 } 14 16 ]; 15 17 };
+2
hosts/index/config/media/emby.nix
··· 12 12 { 13 13 name = "watch.encrypted.group"; 14 14 ssl = "cloudflare"; 15 + 16 + useLocal = true; 15 17 } 16 18 ]; 17 19 }
+1 -1
hosts/index/config/media/navidrome.nix
··· 8 8 ssl = "internal"; 9 9 } 10 10 { 11 - name = "listen.encrypted.group"; 11 + name = "hear.encrypted.group"; 12 12 ssl = "cloudflare"; 13 13 14 14 useLocal = true;
+1 -1
hosts/index/config/web/forgejo.nix
··· 1 1 { flakeRoot, ... }: 2 2 3 3 let 4 - host = "git.encrypted.group"; 4 + host = "forge.encrypted.group"; 5 5 6 6 forgejoModule = import (flakeRoot + /packages/server/web/forgejo.nix) { 7 7 hosts = [