From 31ff7157ef033d4fee253b848c434a0bd0c8c457 Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 28 Jul 2017 15:44:43 +0200 Subject: ma darth: fix path to samba share config --- makefu/1systems/darth/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefu/1systems') diff --git a/makefu/1systems/darth/config.nix b/makefu/1systems/darth/config.nix index c8d17ca70..e0f90b8dd 100644 --- a/makefu/1systems/darth/config.nix +++ b/makefu/1systems/darth/config.nix @@ -18,7 +18,7 @@ in { - + ]; services.samba.shares = { isos = { -- cgit v1.2.3 From 6919ec53cc640e0b813989012eecc58665887e19 Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 28 Jul 2017 21:59:28 +0200 Subject: ma tsp: fix rewrite to stockholm --- makefu/1systems/tsp/config.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'makefu/1systems') diff --git a/makefu/1systems/tsp/config.nix b/makefu/1systems/tsp/config.nix index 7169638d4..75a11d3a7 100644 --- a/makefu/1systems/tsp/config.nix +++ b/makefu/1systems/tsp/config.nix @@ -10,7 +10,8 @@ # hardware specifics are in here - + # imports tp-x2x0.nix + -- cgit v1.2.3 From 97783ee360f3e9e59fbfaaea4a03ae96f187eb64 Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 28 Jul 2017 22:06:19 +0200 Subject: ma pnp: remove Reaktor path --- makefu/1systems/pnp/config.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'makefu/1systems') diff --git a/makefu/1systems/pnp/config.nix b/makefu/1systems/pnp/config.nix index cc6326f19..de920cc3f 100644 --- a/makefu/1systems/pnp/config.nix +++ b/makefu/1systems/pnp/config.nix @@ -8,7 +8,6 @@ [ - ../../krebs/3modules/Reaktor.nix # these will be overwritten by qemu-vm.nix but will be used if the system # is directly deployed -- cgit v1.2.3 From 8e3b4fec4485003898eec51f431a7cca6a2d907e Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 28 Jul 2017 23:03:19 +0200 Subject: ma filepimp: fix disk builder (again) --- makefu/1systems/filepimp/config.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'makefu/1systems') diff --git a/makefu/1systems/filepimp/config.nix b/makefu/1systems/filepimp/config.nix index 65e81af66..7e5d7d0eb 100644 --- a/makefu/1systems/filepimp/config.nix +++ b/makefu/1systems/filepimp/config.nix @@ -73,9 +73,9 @@ in { xfsmount = name: dev: { "/media/${name}" = { device = dev; fsType = "xfs"; }; }; in - # (xfsmount "j0" (part1 jDisk0)) - (xfsmount "j1" (part1 jDisk1)) - (xfsmount "j2" (part1 jDisk2)) + # (xfsmount "j0" (part1 jDisk0)) // + (xfsmount "j1" (part1 jDisk1)) // + (xfsmount "j2" (part1 jDisk2)) // (xfsmount "par0" (part1 jDisk3)) ; -- cgit v1.2.3 From d761743c4bb8149c8c962967108a0ff955b86c5f Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 28 Jul 2017 23:50:36 +0200 Subject: ma filepimp: use nondistributableFirmware --- makefu/1systems/filepimp/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefu/1systems') diff --git a/makefu/1systems/filepimp/config.nix b/makefu/1systems/filepimp/config.nix index 7e5d7d0eb..e9058ec85 100644 --- a/makefu/1systems/filepimp/config.nix +++ b/makefu/1systems/filepimp/config.nix @@ -44,7 +44,7 @@ in { kernelModules = [ "kvm-amd" ]; extraModulePackages = [ ]; }; - hardware.enableAllFirmware = true; + hardware.enableRedistributableFirmware = true; hardware.cpu.amd.updateMicrocode = true; zramSwap.enable = true; -- cgit v1.2.3