From 7e27762b60cebe86be1135680f2b5f3e193c398c Mon Sep 17 00:00:00 2001 From: Max Audron Date: Fri, 29 Sep 2023 09:56:22 +0200 Subject: merge diverged changes --- flake.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 808dbfc..609f5ca 100644 --- a/flake.nix +++ b/flake.nix @@ -3,6 +3,11 @@ nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05"; flake-parts.url = "github:hercules-ci/flake-parts"; nixinate.url = "github:maxaudron/nixinate"; + + secrets = { + url = "git+ssh://git@gitlab.com/cocainefarm/k8s/secrets"; + flake = false; + }; }; outputs = inputs@{ self, nixpkgs, flake-parts, nixinate, ... }: @@ -11,7 +16,9 @@ flake = let system = "x86_64-linux"; - specialArgs = inputs // { nodes = self.nixosConfigurations; }; + specialArgs = inputs // { + nodes = self.nixosConfigurations; + }; mkSystem = modules: nixpkgs.lib.nixosSystem { inherit specialArgs system; modules = modules; -- cgit v1.2.3