From 57ded1cfdfa3a3d9ac511ca8cc936983428267c5 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 20 Jun 2018 13:28:04 +0200 Subject: Split host-specific configuration Managed using "host/current.nix" symlink. --- hardware-configuration.nix | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 hardware-configuration.nix (limited to 'hardware-configuration.nix') diff --git a/hardware-configuration.nix b/hardware-configuration.nix deleted file mode 100644 index 769981a..0000000 --- a/hardware-configuration.nix +++ /dev/null @@ -1,31 +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, ... }: - -{ - imports = - [ - ]; - - boot.initrd.availableKernelModules = [ "xhci_pci" "ehci_pci" "ahci" "sd_mod" "sr_mod" ]; - boot.kernelModules = [ "kvm-intel" ]; - boot.extraModulePackages = [ ]; - - fileSystems."/" = - { device = "/dev/disk/by-uuid/ac766046-c9cd-4771-b591-f74d50aa8500"; - fsType = "ext4"; - }; - - fileSystems."/boot" = - { device = "/dev/disk/by-uuid/20ea14b0-33ef-4fa1-a861-fd1156a0b60d"; - fsType = "ext2"; - }; - - swapDevices = - [ { device = "/dev/disk/by-uuid/0732dc69-7d30-4e99-af6d-d12b927945eb"; } - ]; - - nix.maxJobs = lib.mkDefault 8; - powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand"; -} -- cgit v1.2.3