From 2689bfb633a1ed41f58fb2bea5f83c0a0159496a Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Sun, 11 Mar 2018 19:24:22 +0100 Subject: [PATCH] remove hydra stuff --- network.nix | 15 --------------- release-unstable.nix | 9 --------- secrets_dummy.nix | 18 ------------------ 3 files changed, 42 deletions(-) delete mode 100644 network.nix delete mode 100644 release-unstable.nix delete mode 100644 secrets_dummy.nix diff --git a/network.nix b/network.nix deleted file mode 100644 index dc23373..0000000 --- a/network.nix +++ /dev/null @@ -1,15 +0,0 @@ -with (import ).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; - }; -} diff --git a/release-unstable.nix b/release-unstable.nix deleted file mode 100644 index 7662f1a..0000000 --- a/release-unstable.nix +++ /dev/null @@ -1,9 +0,0 @@ -let - nixos = import ; - nixpkgs = import {}; - 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; -} diff --git a/secrets_dummy.nix b/secrets_dummy.nix deleted file mode 100644 index eb33136..0000000 --- a/secrets_dummy.nix +++ /dev/null @@ -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"; - }; -}