Skip to content

Commit

Permalink
feat(laptop): added wifi support
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Jan 6, 2025
1 parent 937fa5a commit 8e09e35
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hosts/laptop/networking.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{ lib, ... }:
with lib;
{
networking.dhcpcd.enable = mkForce true;
networking = {
dhcpcd.enable = mkForce true;
wifi.wittano.enable = true;
};
}

0 comments on commit 8e09e35

Please sign in to comment.