Add tiziano pub key
This commit is contained in:
parent
09fe4e4537
commit
77f6fcc1b1
3 changed files with 12 additions and 1 deletions
|
|
@ -290,6 +290,14 @@
|
|||
|
||||
# Virtualisation
|
||||
virtualisation = {
|
||||
vswitch = {
|
||||
enable = true;
|
||||
# package = pkgs.openvswitch-lts;
|
||||
# package = pkgs.openvswitch-lts.overrideAttrs {
|
||||
# version = "2.3.0";
|
||||
# hash = "sha256-4bP6RyZ2YmhT8i2j+VnlrQYeG/V+G71ETQ7Yj5R++LE=";
|
||||
# };
|
||||
};
|
||||
docker.enable = true;
|
||||
kvmgt.enable = true;
|
||||
libvirtd = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue