mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-24 16:47:15 +02:00
feat: kubevirt on k3s
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
{
|
||||
pkgs,
|
||||
vars_networking,
|
||||
mylib,
|
||||
...
|
||||
}: let
|
||||
hostName = "k3s-prod-1-worker-3"; # Define your hostname.
|
||||
hostName = "k3s-prod-1-worker-3"; # define your hostname.
|
||||
k8sLib = import ../lib.nix;
|
||||
coreModule = k8sLib.genCoreModule {
|
||||
inherit hostName vars_networking;
|
||||
coreModule = k8sLib.gencoreModule {
|
||||
inherit pkgs hostName vars_networking;
|
||||
};
|
||||
in {
|
||||
imports =
|
||||
|
||||
Reference in New Issue
Block a user