From 06eed410c25c522422e3c5b05256b67c771a649a Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Fri, 24 Dec 2021 19:50:28 +0100 Subject: [PATCH] Killed hydra --- flake.nix | 8 ++------ machines/newton/default.nix | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index acbaf97..ab63e41 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ sops-nix = { url = "github:Mic92/sops-nix"; }; - + }; outputs = { self, home-manager, nixpkgs, unstable, sops-nix, neovim-nightly-overlay, nur, ... }@inputs: @@ -39,10 +39,6 @@ }) (builtins.attrNames (builtins.readDir ./modules))); - nixosConfigurations = builtins.mapAttrs (name: value: (mkMachine name value self.nixosModules)) (importConfig ./machines); - hydraJobs = (nixpkgs.lib.mapAttrs' (name: config: - nixpkgs.lib.nameValuePair "nixos-${name}" - config.config.system.build.toplevel) self.nixosConfigurations); - + nixosConfigurations = builtins.mapAttrs (name: value: (mkMachine name value self.nixosModules)) (importConfig ./machines); }; } diff --git a/machines/newton/default.nix b/machines/newton/default.nix index 9d7de91..239a635 100644 --- a/machines/newton/default.nix +++ b/machines/newton/default.nix @@ -15,7 +15,7 @@ in filerun.enable = true; zfs-mails.enable = true; hydra = { - enable = true; + enable = false; nginx = { enable = true; subdomain = "hydra";