Fixed tower failing deployment

This commit is contained in:
Luj 2023-01-14 20:24:01 +01:00
parent c4db9f476d
commit d8066bc878
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;
};
};