comment out rp3b
This commit is contained in:
parent
2e3c92e4dc
commit
496e0b13cd
22
flake.nix
22
flake.nix
|
@ -151,17 +151,17 @@
|
|||
};
|
||||
};
|
||||
|
||||
deploy.nodes.vno1-rp3b = {
|
||||
hostname = "192.168.189.66";
|
||||
profiles = {
|
||||
system = {
|
||||
sshUser = "root";
|
||||
path =
|
||||
deploy-rs.lib.aarch64-linux.activate.nixos self.nixosConfigurations.vno1-rp3b;
|
||||
user = "root";
|
||||
};
|
||||
};
|
||||
};
|
||||
#deploy.nodes.vno1-rp3b = {
|
||||
# hostname = "192.168.189.66";
|
||||
# profiles = {
|
||||
# system = {
|
||||
# sshUser = "root";
|
||||
# path =
|
||||
# deploy-rs.lib.aarch64-linux.activate.nixos self.nixosConfigurations.vno1-rp3b;
|
||||
# user = "root";
|
||||
# };
|
||||
# };
|
||||
#};
|
||||
|
||||
checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue