about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 = ''