From 02811d2eb7659f62496270daf3506425cef4a6a7 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Wed, 3 Jul 2019 23:02:26 +0200 Subject: [PATCH] allow automatic rebooting on kernel updates (disable debug) --- auto-upgrade.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/auto-upgrade.nix b/auto-upgrade.nix index 64ad27f..4bbf1b2 100644 --- a/auto-upgrade.nix +++ b/auto-upgrade.nix @@ -93,7 +93,6 @@ let cfg = config.system.autoUpgrade; in script = '' ${lib.optionalString cfg.allowReboot '' set -euo pipefail - set -x T=$(mktemp -d) cd "$T" ${config.system.build.nixos-rebuild}/bin/nixos-rebuild build ${toString cfg.flags}