summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/snake/hardware-config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/1systems/snake/hardware-config.nix')
-rw-r--r--makefu/1systems/snake/hardware-config.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefu/1systems/snake/hardware-config.nix b/makefu/1systems/snake/hardware-config.nix
index 827c1d3e..88124f65 100644
--- a/makefu/1systems/snake/hardware-config.nix
+++ b/makefu/1systems/snake/hardware-config.nix
@@ -2,6 +2,8 @@
{
imports = [
<nixpkgs/nixos/modules/installer/scan/not-detected.nix>
+ ./wifi.nix
+ ./sound.nix
];
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
@@ -18,4 +20,5 @@
boot.kernelParams = [ "net.ifnames=0" ];
networking.hostId = "0123AABB";
+
}