From 12cda91cf3a6cb3c08216e64f878e580530093ac Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Tue, 5 Jun 2018 18:15:29 +0200 Subject: machines/labnet: remove labtop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The machine’s mainboard broke, so it’s gone. --- machines/labnet/labtops.nix | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 machines/labnet/labtops.nix (limited to 'machines/labnet') diff --git a/machines/labnet/labtops.nix b/machines/labnet/labtops.nix deleted file mode 100644 index 190fd53b..00000000 --- a/machines/labnet/labtops.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ - labtop = { - vuizvui.user.openlab.labtops.enable = true; - boot.kernelModules = [ "kvm-intel" ]; - boot.initrd.availableKernelModules = [ - "uhci_hcd" "ehci_pci" "ata_piix" "firewire_ohci" "usb_storage" - ]; - - vuizvui.hardware.thinkpad.enable = true; - - hardware.trackpoint.enable = false; - - networking.enableIntel3945ABGFirmware = true; - - }; - -} -- cgit 1.4.1