From f62443a60a739de404ca8ab1e7de7db26f6ce465 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Sat, 14 Jan 2023 20:24:01 +0100 Subject: [PATCH] Fixed tower failing deployment --- flake.lock | 6 +++--- flake.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 4d14b91..45ce4a0 100644 --- a/flake.lock +++ b/flake.lock @@ -137,11 +137,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1673527292, - "narHash": "sha256-903EpRSDCfUvic7Hsiqwy+h7zlMTLAUbCXkEGGriCfM=", + "lastModified": 1673612960, + "narHash": "sha256-DWR7hrbecJKmUJCswk9MXZta710mq+3jZwTvHU/UfyY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "6a3f9996408c970b99b8b992b11bb249d1455b62", + "rev": "e285dd0ca97c264003867c7329f0d1f4f028739c", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 1a570d9..2d4db32 100644 --- a/flake.nix +++ b/flake.nix @@ -102,7 +102,7 @@ profiles.system = { sshUser = "root"; sshOpts = [ "-p" "45" ]; - fastConnection = true; + magicRollback = false; path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.tower; }; };