remove more hydra-related config
This commit is contained in:
parent
e51e631918
commit
0ea41b3141
2 changed files with 0 additions and 18 deletions
|
|
@ -23,9 +23,6 @@
|
||||||
},
|
},
|
||||||
"penpot": {
|
"penpot": {
|
||||||
"targetHostname": "penpot-intern.hamburg.ccc.de"
|
"targetHostname": "penpot-intern.hamburg.ccc.de"
|
||||||
},
|
|
||||||
"hydra": {
|
|
||||||
"targetHostname": "hydra-intern.hamburg.ccc.de"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
15
flake.nix
15
flake.nix
|
|
@ -211,16 +211,6 @@
|
||||||
./config/hosts/penpot
|
./config/hosts/penpot
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
hydra = nixpkgs.lib.nixosSystem {
|
|
||||||
inherit system specialArgs;
|
|
||||||
modules = [
|
|
||||||
self.nixosModules.common
|
|
||||||
self.nixosModules.proxmox-vm
|
|
||||||
self.nixosModules.prometheus-exporter
|
|
||||||
./config/hosts/hydra
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# packages.x86_64-linux = {
|
# packages.x86_64-linux = {
|
||||||
|
|
@ -249,10 +239,5 @@
|
||||||
# };
|
# };
|
||||||
|
|
||||||
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixpkgs-fmt;
|
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixpkgs-fmt;
|
||||||
|
|
||||||
hydraJobs = {
|
|
||||||
inherit (self) packages;
|
|
||||||
nixosConfigurations = builtins.mapAttrs (name: value: value.config.system.build.toplevel) self.nixosConfigurations;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue