From 6a547c729dd78b36f0250ea98c1b153de6d8a9f2 Mon Sep 17 00:00:00 2001 From: dadada Date: Thu, 31 Dec 2020 17:47:13 +0100 Subject: [PATCH] Update deploy script --- deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy b/deploy index f969842..91425e6 100755 --- a/deploy +++ b/deploy @@ -21,7 +21,7 @@ rev="$(git rev-parse HEAD)" url="https://github.com/dadada/nix-config/archive/${rev}.tar.gz" sha256=$(hash "$rev") -cat < /etc/nixos/deploy.nix"' +cat < /etc/nixos/deploy.nix && tmux new -d \"nixos-rebuild switch |& tee /var/log/dadada-deploy.log\""' { config, pkgs, lib, ... }: let dadada = import (builtins.fetchTarball {