From 21daf798c242f66207ecc373cf3cb49afcb3732b Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 25 Apr 2016 22:21:27 +0200 Subject: machines/labtop: standartise disk label & disk --- machines/labnet/labtop.nix | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'machines') diff --git a/machines/labnet/labtop.nix b/machines/labnet/labtop.nix index 4ac85b0e..38d24c2c 100644 --- a/machines/labnet/labtop.nix +++ b/machines/labnet/labtop.nix @@ -9,18 +9,12 @@ let mkLabtops = lib.mapAttrs (name: cfg: callMachine (mkLabtop name cfg) {}); labtop = { - boot.loader.grub.device = "/dev/sda"; boot.kernelModules = [ "kvm-intel" ]; boot.initrd.availableKernelModules = [ "uhci_hcd" "ehci_pci" "ata_piix" "firewire_ohci" "usb_storage" ]; - fileSystems."/" = { - device = "/dev/sda1"; - fsType = "ext4"; - }; - vuizvui.hardware.thinkpad.enable = true; hardware.trackpoint.enable = false; @@ -39,12 +33,6 @@ let labhanns = { nixpkgs.system = "i686-linux"; - boot.loader.grub.device = "/dev/sda"; - - fileSystems."/" = { - device = "/dev/sda1"; - fsType = "ext4"; - }; }; in -- cgit 1.4.1