fix(flake): fix deploy-rs config

This commit is contained in:
Felix Schröter 2023-07-27 19:14:53 +02:00
parent dece3f76da
commit 06c003b528
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -172,9 +172,12 @@
deploy.nodes.home-server = {
hostname = "192.168.1.102";
profiles.system = {
user = "felschr";
sshUser = "felschr";
sshOpts = [ "-t" ];
user = "root";
path = deploy-rs.lib.x86_64-linux.activate.nixos
self.nixosConfigurations.home-server;
magicRollback = false; # otherwise password prompt won't work
};
};
};