fix(flake): fix deploy-rs config
This commit is contained in:
parent
dece3f76da
commit
06c003b528
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue