mirror of
https://github.com/MagicBOTAlex/nixos-server.git
synced 2026-02-04 05:39:18 +01:00
kubernetes vm building
This commit is contained in:
parent
4e2d73d546
commit
376912c631
15 changed files with 319 additions and 15 deletions
6
vms/kube-vm/default.nix
Normal file
6
vms/kube-vm/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [ virtiofsd ];
|
||||
microvm.autostart = [ "kube-vm" ];
|
||||
microvm.vms."kube-vm" = { config = ./kube-vm.nix; };
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue