Update 1950 config
Eelco Dolstra committed
Oct 17, 2020 at 20:46 UTC
e76ab8d41c7b4157debc41cb80ba1b1dc0a0a872
1 file changed
+4
-6
delft/build-machines-dell-1950.nix
+4
-6
@@ -8,12 +8,10 @@
8
boot.loader.grub.device = "/dev/sda";
9
boot.loader.grub.copyKernels = true;
10
11
- fileSystems =
12
- [ { mountPoint = "/";
13
- label = "nixos";
14
- options = [ "noatime" ];
15
- }
16
- ];
11
+ fileSystems."/" = {
12
+ label = "nixos";
13
+ options = [ "noatime" ];
14
+ };
15
16
boot.initrd.kernelModules = [ "mptsas" "ext4" ];
17
boot.kernelModules = [ "acpi-cpufreq" "kvm-intel" ];