Fixed tower failing deployment

This commit is contained in:
Luj 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

View file

@ -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;
};
};