about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-07-04 01:56:47 +0200
committerProfpatsch <mail@profpatsch.de>2016-07-04 01:56:47 +0200
commit142a2ecd0766482fe72e6b50277c5b42294de0ef (patch)
tree0e8da2ae9298375e32a378edda96eba8486d64c5 /machines
parentbb600c232952f0803b6f8ab160a54925fa20ab61 (diff)
parent3e28d8c63630fdbc35e31199798f2cea03b9fc20 (diff)
Merge remote-tracking branch 'origin/HEAD'
Diffstat (limited to 'machines')
-rw-r--r--machines/aszlig/managed/tyree.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/aszlig/managed/tyree.nix b/machines/aszlig/managed/tyree.nix
index 46e567d2..c12d3f2d 100644
--- a/machines/aszlig/managed/tyree.nix
+++ b/machines/aszlig/managed/tyree.nix
@@ -4,7 +4,7 @@
   boot.initrd.availableKernelModules = [ "usbhid" ];
   boot.kernelModules = [ "kvm-intel" ];
 
-  boot.loader.gummiboot.enable = true;
+  boot.loader.systemd-boot.enable = true;
   boot.loader.efi.canTouchEfiVariables = true;
 
   environment.systemPackages = with pkgs; [
@@ -44,7 +44,7 @@
   networking.useNetworkd = true;
 
   nix.maxJobs = 4;
-  nix.useChroot = true;
+  nix.useSandbox = true;
   nix.readOnlyStore = true;
   nix.buildCores = 0;
   nix.extraOptions = ''