diff options
author | ene <ene@sils.li> | 2023-02-03 17:12:57 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-03 17:45:05 +0100 |
commit | d610a40c132e65b6a56a7a0da8806966bbd41f72 (patch) | |
tree | 93cef29d4e9441eb5026d1b65bc794e74cd22b0a /hosts/IDOHVE/hardware/hardware.nix | |
parent | Fix(packages): Added an "unfree" exception for steam (diff) | |
download | nixos-config-d610a40c132e65b6a56a7a0da8806966bbd41f72.zip |
Style: Formatting
Diffstat (limited to 'hosts/IDOHVE/hardware/hardware.nix')
-rw-r--r-- | hosts/IDOHVE/hardware/hardware.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/hosts/IDOHVE/hardware/hardware.nix b/hosts/IDOHVE/hardware/hardware.nix index 20e4c4f3..2d21ce8a 100644 --- a/hosts/IDOHVE/hardware/hardware.nix +++ b/hosts/IDOHVE/hardware/hardware.nix @@ -4,7 +4,7 @@ pkgs, modulesPath, ... -}:{ +}: { imports = [ (modulesPath + "/installer/scan/not-detected.nix") # TODO is this necessary? ./cpu.nix @@ -13,7 +13,5 @@ ./filesystems.nix ]; - nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; } - |