Flakes
Categories
Options
Packages
Sign in
MyNixOS
nixpkgs
options
virtualisation
interfaces
option
virtualisation.interfaces
Network interfaces to add to the VM.
Declarations
nixos/modules/virtualisation/qemu-vm.nix
Type
attribute set of (submodule)
Default
{ }
Example
{
enp1s0
= {
vlan
=
1
; }; }