lets try this
This commit is contained in:
parent
c677b18996
commit
8d48e17c35
1 changed files with 5 additions and 8 deletions
13
flake.nix
13
flake.nix
|
|
@ -96,14 +96,11 @@
|
|||
|
||||
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.alejandra;
|
||||
formatter.aarch64-linux = nixpkgs.legacyPackages.aarch64-linux.alejandra;
|
||||
deploy = {
|
||||
user = "root";
|
||||
nodes = {
|
||||
zero2w = {
|
||||
hostname = "harmonica";
|
||||
profiles.system.path =
|
||||
deploy-rs.lib.aarch64-linux.activate.nixos self.nixosConfigurations.harmonica;
|
||||
};
|
||||
deploy.nodes.harmonica = {
|
||||
hostname = "192.168.0.11";
|
||||
profiles.system = {
|
||||
user = "osbm";
|
||||
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.harmonica;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue