Fixed tower failing deployment

This commit is contained in:
Julien Malka 2023-01-14 20:24:01 +01:00
parent 0a478a226a
commit f62443a60a
Signed by: Luj
GPG key ID: 6FC74C847011FD83
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View file

@ -137,11 +137,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1673527292, "lastModified": 1673612960,
"narHash": "sha256-903EpRSDCfUvic7Hsiqwy+h7zlMTLAUbCXkEGGriCfM=", "narHash": "sha256-DWR7hrbecJKmUJCswk9MXZta710mq+3jZwTvHU/UfyY=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "6a3f9996408c970b99b8b992b11bb249d1455b62", "rev": "e285dd0ca97c264003867c7329f0d1f4f028739c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -102,7 +102,7 @@
profiles.system = { profiles.system = {
sshUser = "root"; sshUser = "root";
sshOpts = [ "-p" "45" ]; sshOpts = [ "-p" "45" ];
fastConnection = true; magicRollback = false;
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.tower; path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.tower;
}; };
}; };