My Nix Configuration
2
fork

Configure Feed

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

[marvin] fix eval error

dish 1ca29aba 04e2f37a

-9
-8
hosts/marvin/default.nix
··· 37 37 # keep-sorted end 38 38 ]; 39 39 nix.settings.max-jobs = 12; 40 - networking = { 41 - networkmanager = { 42 - enable = true; 43 - }; 44 - wireless = { 45 - enable = false; 46 - }; 47 - }; 48 40 fileSystems = { 49 41 "/" = { 50 42 fsType = "btrfs";
-1
hosts/marvin/networking.nix
··· 12 12 networkmanager = { 13 13 enable = true; 14 14 }; 15 - wireless.enable = false; 16 15 17 16 # Enable NAT for containers 18 17 nat = {