The configuration files for all my Nix systems
4

Configure Feed

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

fix(carbon): properly set knownNetworkServices setting

hanna (Jun 9, 2026, 6:20 AM EDT) 4c3f0fc4 183d0d9a

+2
+2
hosts/carbon/system/net.nix
··· 5 5 localHostName = "carbon"; 6 6 search = [ "carbon.local" ]; 7 7 8 + knownNetworkServices = [ "Wi-Fi" ]; 9 + 8 10 dns = [ 9 11 "1.1.1.1" 10 12 "1.0.0.1"