Skip to content
forked from divnix/digga

Commit

Permalink
iso-cd: fix by overruling conflicting custom configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
David Arnold committed Jan 25, 2021
1 parent 2635ccd commit c51eb30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hosts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ let
(nixos + "/nixos/modules/installer/cd-dvd/installation-cd-minimal-new-kernel.nix")
({ config, ... }: {
isoImage.isoBaseName = "nixos-" + config.networking.hostName;
networking.networkmanager.enable = lib.mkForce false; # confilcts with networking.wireless which might be slightly more useful on a stick
networking.wireless.iwd.enable = lib.mkForce false; # confilcts with networking.wireless
})
];
}
Expand Down

0 comments on commit c51eb30

Please sign in to comment.