Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

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

Migrate off of old domain

+20 -25
+18
coredns/packetlost.dev.hosts
··· 1 + # Services 2 + 192.168.1.3 git.packetlost.dev git 3 + 192.168.1.3 packetlost.dev 4 + 192.168.1.3 plex.packetlost.dev plex 5 + fe80::9ab7:85ff:fe1e:dfe8 plex.packetlost.dev plex 6 + # Old edge proxy was 192.168.1.15 7 + 8 + # LAN Hosts 9 + 192.168.1.3 misaki.packetlost.dev misaki 10 + fe80::9ab7:85ff:fe1e:dfe8 misaki.packetlost.dev misaki 11 + 192.168.1.5 komoe.packetlost.dev komoe 12 + 192.168.1.6 rainbow.packetlost.dev rainbow 13 + 192.168.1.10 ichika.packetlost.dev ichika 14 + 192.168.1.11 futaba.packetlost.dev futaba 15 + 192.168.1.12 mitsumi.packetlost.dev mitsumi 16 + 192.168.1.13 orangepi5.packetlost.dev orangepi5 17 + 192.168.1.30 touma.packetlost.dev touma 18 + 192.168.1.33 kamijou.packetlost.dev kamijou
-18
coredns/packetlostandfound.hosts
··· 1 - # Services 2 - 192.168.1.3 git.packetlostandfound.us git 3 - 192.168.1.3 packetlostandfound.us 4 - 192.168.1.3 plex.packetlostandfound.us plex 5 - fe80::9ab7:85ff:fe1e:dfe8 plex.packetlostandfound.us plex 6 - # Old edge proxy was 192.168.1.15 7 - 8 - # LAN Hosts 9 - 192.168.1.3 misaki.packetlostandfound.us misaki 10 - fe80::9ab7:85ff:fe1e:dfe8 misaki.packetlostandfound.us misaki 11 - 192.168.1.5 komoe.packetlostandfound.us komoe 12 - 192.168.1.6 rainbow.packetlostandfound.us rainbow 13 - 192.168.1.10 ichika.packetlostandfound.us ichika 14 - 192.168.1.11 futaba.packetlostandfound.us futaba 15 - 192.168.1.12 mitsumi.packetlostandfound.us mitsumi 16 - 192.168.1.13 orangepi5.packetlostandfound.us orangepi5 17 - 192.168.1.30 touma.packetlostandfound.us touma 18 - 192.168.1.33 kamijou.packetlostandfound.us kamijou
+2 -7
services.nix
··· 101 101 services.coredns = { 102 102 enable = true; 103 103 config = '' 104 - packetlostandfound.us { 105 - hosts ${./coredns/packetlostandfound.hosts} packetlostandfound.us { 104 + packetlost.dev { 105 + hosts ${./coredns/packetlost.dev.hosts} packetlost.dev { 106 106 fallthrough 107 107 } 108 108 bind enp4s0f1 ··· 235 235 security.acme = { 236 236 acceptTerms = true; 237 237 defaults.email = "noah@packetlost.dev"; 238 - #certs."plex.packetlostandfound.us" = { 239 - # group = "httpd"; 240 - #}; 241 238 certs."plex.packetlost.dev" = { 242 239 group = "httpd"; 243 240 }; ··· 336 333 337 334 # Provide the ssl cert and key for the vhost 338 335 # These are filled in automatically with ACME 339 - #sslCertificate = "/var/lib/acme/plex.packetlostandfound.us/fullchain.pem"; 340 - #sslCertificateKey = "/var/lib/acme/plex.packetlostandfound.us/key.pem"; 341 336 extraConfig = '' 342 337 343 338 #Some players don't reopen a socket and playback stops totally instead of resuming after an extended pause