From 4683b176044dc2b4ef8f7bce9da65b995ad979d6 Mon Sep 17 00:00:00 2001 From: lassulus Date: Fri, 28 Oct 2016 14:48:31 +0200 Subject: l 1 prism: enable libvirtd --- lass/1systems/prism.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lass/1systems') diff --git a/lass/1systems/prism.nix b/lass/1systems/prism.nix index 5da66d265..555e7fe1a 100644 --- a/lass/1systems/prism.nix +++ b/lass/1systems/prism.nix @@ -229,6 +229,9 @@ in { enable = true; }; } + { + virtualisation.libvirtd.enable = true; + } ]; krebs.build.host = config.krebs.hosts.prism; -- cgit v1.2.3 From 72f152793062e23b2b3cac9b38bfbf8a2fe06ae9 Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 7 Nov 2016 22:14:38 +0100 Subject: l 1 shodan: add /bku --- lass/1systems/shodan.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lass/1systems') diff --git a/lass/1systems/shodan.nix b/lass/1systems/shodan.nix index 9d1df1d72..095898380 100644 --- a/lass/1systems/shodan.nix +++ b/lass/1systems/shodan.nix @@ -75,6 +75,10 @@ with import ; fsType = "tmpfs"; options = ["nosuid" "nodev" "noatime"]; }; + "/bku" = { + device = "/dev/pool/bku"; + fsType = "ext4"; + }; }; services.udev.extraRules = '' -- cgit v1.2.3