diff options
Diffstat (limited to '')
| -rw-r--r-- | hosts/kataja/default.nix | 4 | ||||
| -rw-r--r-- | hosts/kataja/hardware-configuration.nix | 4 |
2 files changed, 1 insertions, 7 deletions
diff --git a/hosts/kataja/default.nix b/hosts/kataja/default.nix index 840b224..9818aa7 100644 --- a/hosts/kataja/default.nix +++ b/hosts/kataja/default.nix @@ -1,7 +1,3 @@ -# Edit this configuration file to define what should be installed on -# your system. Help is available in the configuration.nix(5) man page -# and in the NixOS manual (accessible by running ‘nixos-help’). - { config, pkgs, ... }: { diff --git a/hosts/kataja/hardware-configuration.nix b/hosts/kataja/hardware-configuration.nix index db1602b..cc56876 100644 --- a/hosts/kataja/hardware-configuration.nix +++ b/hosts/kataja/hardware-configuration.nix @@ -1,6 +1,3 @@ -# Do not modify this file! It was generated by ‘nixos-generate-config’ -# and may be overwritten by future invocations. Please make changes -# to /etc/nixos/configuration.nix instead. { config, lib, @@ -38,6 +35,7 @@ "transparent_hugepage=always" ]; kernelModules = [ + "iwlwifi" "k10temp" "kvm-amd" "snd_hda_intel" |
