refactor: add virtualization comments
This commit is contained in:
parent
e08222fc8f
commit
bb9a5b8122
3 changed files with 7 additions and 1 deletions
|
|
@ -5,4 +5,9 @@
|
|||
uris = [ "qemu:///system" ];
|
||||
};
|
||||
};
|
||||
|
||||
# default network can be start with:
|
||||
# > virsh net-start default
|
||||
# or autostart:
|
||||
# > virsh net-autostart default
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@
|
|||
users.users.danny = {
|
||||
isNormalUser = true;
|
||||
shell = pkgs.bash; # Actually fish
|
||||
extraGroups = [ "wheel" "input" "networkmanager" "docker" ];
|
||||
extraGroups = [ "wheel" "input" "networkmanager" "docker" "libvirtd" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
enable = true;
|
||||
qemu.swtpm.enable = true;
|
||||
qemu.ovmf.enable = true;
|
||||
qemu.ovmf.packages = [ pkgs.OVMFFull.fd ];
|
||||
};
|
||||
|
||||
spiceUSBRedirection.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue