remove hydra stuff

auto-flake-update
Yorick van Pelt 2018-03-11 19:24:22 +01:00
parent be7225c47c
commit 2689bfb633
3 changed files with 0 additions and 42 deletions

View File

@ -1,15 +0,0 @@
with (import <secrets>).hostnames; {
network.description = "yorick's stuff";
frumar = {
imports = [./frumar/configuration.nix];
deployment.targetHost = frumar;
};
pennyworth = {
imports = [./pennyworth/configuration.nix];
deployment.targetHost = pennyworth;
};
woodhouse = {
imports = [./woodhouse/configuration.nix];
deployment.targetHost = woodhouse;
};
}

View File

@ -1,9 +0,0 @@
let
nixos = import <nixpkgs/nixos>;
nixpkgs = import <nixpkgs> {};
nixosFor = path: nixos {configuration = import path;};
in
{
ascanius = nixpkgs.lib.hydraJob (nixosFor ./logical/ascanius.nix).system;
jarvis = nixpkgs.lib.hydraJob (nixosFor ./logical/jarvis.nix).system;
}

View File

@ -1,18 +0,0 @@
{
pennyworth_hashedPassword = "";
yorick_hashedPassword = "";
tor_hostnames = {
"ssh.pennyworth" = "q.onion";
"ssh.frumar" = "q.onion";
"ssh.woodhouse" = "q.onion";
"ssh.ascanius" = "q.onion";
};
hostnames = {
frumar = "q";
ospinio = "q";
ascanius = "q";
pennyworth = "q";
woodhouse = "q";
jarvis = "q";
};
}