Add tiziano pub key

This commit is contained in:
Filippo Berto 2024-04-08 10:15:57 +02:00
parent 09fe4e4537
commit 77f6fcc1b1
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
3 changed files with 12 additions and 1 deletions

View file

@ -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 = {