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.

ADD: coredns domain, plan9 deps

+20 -4
+2
coredns/ngp.computer.hosts
··· 1 + 192.168.1.3 img.ngp.computer 2 + fe80::9ab7:85ff:fe1e:dfe8 img.ngp.computer
+3 -4
coredns/packetlost.dev.hosts
··· 1 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 2 + 192.168.1.3 git.packetlost.dev 3 + 192.168.1.3 plex.packetlost.dev 4 + fe80::9ab7:85ff:fe1e:dfe8 plex.packetlost.dev 6 5 # Old edge proxy was 192.168.1.15 7 6 8 7 # LAN Hosts
+5
networking.nix
··· 75 75 9004 76 76 # AFP via Netatalk 77 77 548 78 + 79 + # Archivebox, development 80 + 8000 81 + #9p 82 + 564 78 83 ]; 79 84 }; 80 85
+1
noah-home.nix
··· 34 34 natscli 35 35 nkeys 36 36 mkcert 37 + lf 37 38 38 39 # Dev tools 39 40 git
+3
packages.nix
··· 55 55 qemu 56 56 OVMF 57 57 metastore 58 + # 9p 59 + diod 60 + plan9port 58 61 59 62 # ZFS / filesystem stuff 60 63 zfs
+6
services.nix
··· 107 107 } 108 108 bind enp4s0f1 109 109 } 110 + ngp.computer { 111 + hosts ${./coredns/ngp.computer.hosts} ngp.computer { 112 + fallthrough 113 + } 114 + bind enp4s0f1 115 + } 110 116 . { 111 117 # NextDNS 112 118 forward . tls://2a07:a8c0::dd:2feb:853 tls://2a07:a8c1::dd:2feb:853 tls://45.90.28.93:853 tls://45.90.30.93:853 {