mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-01 17:50:51 +02:00
Trying to add lambda to deploy
This commit is contained in:
parent
3699bd39fa
commit
c26a0c4826
2 changed files with 2 additions and 4 deletions
|
@ -72,8 +72,7 @@
|
||||||
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.x86_64-linux.activate.nixos self.nixosConfigurations.newton;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -91,7 +90,5 @@
|
||||||
htpdate = pkgsrpi.callPackage ./packages/htpdate { };
|
htpdate = pkgsrpi.callPackage ./packages/htpdate { };
|
||||||
};
|
};
|
||||||
|
|
||||||
checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib;
|
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
|
./home-julien.nix
|
||||||
../../users/julien.nix
|
../../users/julien.nix
|
||||||
../../users/default.nix
|
../../users/default.nix
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue