Skip to content

Commit

Permalink
feat(recover): change to networkmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc committed Dec 19, 2023
1 parent c0d5c86 commit 0d13053
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions recover.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
};
networking = {
hostName = "recover";
wireless = {
enable = true;
userControlled.enable = true;
iwd.enable = true;
};
networkmanager.enable = true;
};
boot = {
supportedFilesystems = [
Expand Down

0 comments on commit 0d13053

Please sign in to comment.