mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-29 07:10:51 +01: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";
|
||||
sshOpts = [ "-p" "45" ];
|
||||
remoteBuild = true;
|
||||
fastConnection = true;
|
||||
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" = {
|
||||
tinystatus = import ./packages/tinystatus { inherit pkgs; };
|
||||
|
|
Loading…
Add table
Reference in a new issue