Add configs for a new kubernetes cluster on NixOS.
This commit is contained in:
5
nix/kubernetes/repl.nix
Normal file
5
nix/kubernetes/repl.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
let
|
||||
flake = builtins.getFlake (toString ./.);
|
||||
nixpkgs = import <nixpkgs> { };
|
||||
in
|
||||
{ inherit flake; } // flake // builtins // nixpkgs // nixpkgs.lib // flake.nixosConfigurations
|
||||
Reference in New Issue
Block a user