Move global image versions from nixos-servers repo
This commit is contained in:
parent
f4647fad6d
commit
cf8d278219
3 changed files with 45 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
inputs@{ servers, flutils, nixpkgs, kubenix, ... }: flutils.lib.eachDefaultSystem
|
||||
inputs@{ self, servers, flutils, nixpkgs, kubenix, ... }: flutils.lib.eachDefaultSystem
|
||||
(system:
|
||||
let
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
|
@ -11,8 +11,8 @@ inputs@{ servers, flutils, nixpkgs, kubenix, ... }: flutils.lib.eachDefaultSyste
|
|||
mkKubernetes = name: module: namespace: (kubenix.evalModules.${system} {
|
||||
specialArgs = {
|
||||
inherit namespace system machines;
|
||||
inherit (servers) globals;
|
||||
inherit (inputs) nixhelm blog-pim dns;
|
||||
inherit (self) globals;
|
||||
};
|
||||
|
||||
module = { kubenix, ... }:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue