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