about summary refs log tree commit diff
path: root/machines/aszlig/managed
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-06-28 18:13:41 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-06-28 18:15:19 +0200
commit5a24dacf0bb3cef2c0777053d76692504cc7f3d5 (patch)
tree849f470851e4b1fb112798f28420f6cefbee26fa /machines/aszlig/managed
parente991432eefbca0d3b3598c74bc8cf753bbef9453 (diff)
machines/tyree: Rename deprecated options
The options nix.useChroot and boot.loader.gummiboot.enable were changed
since quite a while, so let's fix it to get rid of annoying warnings
during rebuild.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines/aszlig/managed')
-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 = ''