summaryrefslogtreecommitdiffstats
path: root/1systems/snake/hardware-config.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2023-06-03 15:17:03 +0200
committermakefu <github@syntax-fehler.de>2023-06-03 15:17:30 +0200
commitc8d9772fae97840cf99d4b733bc0e98dbede1615 (patch)
treef5b35d1965a7e6b1b26f9994b0c77da860f57458 /1systems/snake/hardware-config.nix
parent8ce171e4a60f700b709a0c4cbc542605c217c75d (diff)
ma snake.r: add sound hardware config
Diffstat (limited to '1systems/snake/hardware-config.nix')
-rw-r--r--1systems/snake/hardware-config.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/1systems/snake/hardware-config.nix b/1systems/snake/hardware-config.nix
index 827c1d3eb..88124f659 100644
--- a/1systems/snake/hardware-config.nix
+++ b/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";
+
}