https://github.com/IogaMaster/snowfall-starter/blob/4e4b5db1691e8b746dd1619cf18048a081fafb5e/modules/nixos/hardware/networking/default.nix#L11-L13 Should be "Enable networking", not "Enable pipewire": ``` nix options.hardware.networking = with types; { enable = mkBoolOpt false "Enable networking"; }; ```
snowfall-starter/modules/nixos/hardware/networking/default.nix
Lines 11 to 13 in 4e4b5db
Should be "Enable networking", not "Enable pipewire":