mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-01 17:50:51 +02:00
Added deploy for lisa
This commit is contained in:
parent
865ae4478e
commit
778017c98d
1 changed files with 12 additions and 0 deletions
12
flake.nix
12
flake.nix
|
@ -72,10 +72,22 @@
|
||||||
sshUser = "root";
|
sshUser = "root";
|
||||||
sshOpts = [ "-p" "45" ];
|
sshOpts = [ "-p" "45" ];
|
||||||
remoteBuild = true;
|
remoteBuild = true;
|
||||||
|
fastConnection = true;
|
||||||
path = deploy-rs.lib.aarch64-linux.activate.nixos self.nixosConfigurations.lambda;
|
path = deploy-rs.lib.aarch64-linux.activate.nixos self.nixosConfigurations.lambda;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
deploy.nodes.lisa = {
|
||||||
|
hostname = "lisa.julienmalka.me";
|
||||||
|
profiles.system = {
|
||||||
|
sshUser = "root";
|
||||||
|
sshOpts = [ "-p" "45" ];
|
||||||
|
fastConnection = true;
|
||||||
|
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.lisa;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
packages."x86_64-linux" = {
|
packages."x86_64-linux" = {
|
||||||
tinystatus = import ./packages/tinystatus { inherit pkgs; };
|
tinystatus = import ./packages/tinystatus { inherit pkgs; };
|
||||||
|
|
Loading…
Add table
Reference in a new issue