mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-07 04:28:10 +02:00
feat: delete newton machine
This commit is contained in:
parent
0eb5117377
commit
e46bd3cfd6
1 changed files with 0 additions and 10 deletions
10
flake.nix
10
flake.nix
|
@ -78,16 +78,6 @@
|
|||
|
||||
nixosConfigurations = builtins.mapAttrs (name: value: (lib.mkMachine { host = name; host-config = value; modules = self.nixosModules; nixpkgs = inputs.${lib.luj.machines.${name}.nixpkgs_version}; system = lib.luj.machines.${name}.arch; })) (lib.importConfig ./machines);
|
||||
|
||||
deploy.nodes.newton = {
|
||||
hostname = "newton.julienmalka.me";
|
||||
profiles.system = {
|
||||
sshUser = "root";
|
||||
sshOpts = [ "-p" "45" ];
|
||||
fastConnection = true;
|
||||
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.newton;
|
||||
};
|
||||
};
|
||||
|
||||
deploy.nodes.lambda = {
|
||||
hostname = "lambda.julienmalka.me";
|
||||
profiles.system = {
|
||||
|
|
Loading…
Add table
Reference in a new issue