From 1542f9bbee823025f703e6abf3836905cee416fd Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 30 Jun 2016 16:24:41 +0200 Subject: miefda: stash --- miefda/2configs/hardware-configuration.nix | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 miefda/2configs/hardware-configuration.nix (limited to 'miefda/2configs/hardware-configuration.nix') diff --git a/miefda/2configs/hardware-configuration.nix b/miefda/2configs/hardware-configuration.nix deleted file mode 100644 index 3eb1f43f..00000000 --- a/miefda/2configs/hardware-configuration.nix +++ /dev/null @@ -1,23 +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 = [ "ehci_pci" "ata_piix" "usb_storage" ]; - boot.kernelModules = [ "kvm-intel" ]; - boot.extraModulePackages = [ ]; - - fileSystems."/" = - { device = "/dev/disk/by-uuid/4db70ae3-1ff9-43d7-8fcc-83264761a0bb"; - fsType = "ext4"; - }; - - swapDevices = [ ]; - - nix.maxJobs = 4; -} -- cgit v1.2.3