Move the remaining hw config to common

This commit is contained in:
2023-04-18 18:38:08 +02:00
committed by Rodrigo Arias Mallo
parent 6978677cb5
commit 7e6c395ff8
3 changed files with 1 additions and 1 deletions

View File

@@ -3,7 +3,6 @@
{
imports = [
../common/main.nix
./hardware-configuration.nix
./gitlab-runner.nix
./monitoring.nix

View File

@@ -1,14 +0,0 @@
# 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, pkgs, modulesPath, ... }:
{
imports =
[ (modulesPath + "/installer/scan/not-detected.nix")
];
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
}