mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-01 17:50:51 +02:00
correct config for bin-cache deploy
This commit is contained in:
parent
d21355ddba
commit
63a10ed4b0
1 changed files with 2 additions and 2 deletions
|
@ -124,12 +124,12 @@
|
|||
};
|
||||
|
||||
deploy.nodes.bin-cache = {
|
||||
hostname = "bin-cache.julienmalka.me";
|
||||
hostname = "100.100.45.22";
|
||||
profiles.system = {
|
||||
sshUser = "root";
|
||||
sshOpts = [ "-p" "45" ];
|
||||
fastConnection = true;
|
||||
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.lisa;
|
||||
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.bin-cache;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue