fix wifi?
This commit is contained in:
parent
197370da67
commit
f5138fb235
8 changed files with 140 additions and 15 deletions
|
|
@ -7,14 +7,11 @@
|
|||
[ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
./mods/base.nix
|
||||
# ./mods/gnome.nix
|
||||
# ./mods/fonts.nix
|
||||
# ./mods/systemd.nix
|
||||
# ./mods/intel-gpu.nix
|
||||
];
|
||||
|
||||
# Hostname
|
||||
networking.hostName = "macbook"; # Define your hostname.
|
||||
networking.enableB43Firmware = true;
|
||||
|
||||
# Enable the Flakes feature and the accompanying new nix command-line tool
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue