remove kubenix
This commit is contained in:
parent
891d64a698
commit
d6f1b42b9e
4 changed files with 5 additions and 85 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, config, lib, modulesPath, microvm, disko, agenix, machines, dns, kubenix, ... }: {
|
||||
{ pkgs, config, lib, modulesPath, microvm, disko, agenix, machines, dns, ... }: {
|
||||
imports = [
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
microvm.nixosModules.host
|
||||
|
@ -62,7 +62,7 @@
|
|||
(name: vm:
|
||||
{
|
||||
# TODO Simplify?
|
||||
specialArgs = { inherit agenix disko pkgs lib microvm dns kubenix; machine = vm; hypervisorConfig = config; };
|
||||
specialArgs = { inherit agenix disko pkgs lib microvm dns; machine = vm; hypervisorConfig = config; };
|
||||
config.imports = [
|
||||
./.
|
||||
{ networking.hostName = name; }
|
||||
|
|
Reference in a new issue