add vagrant to libvirtd aspect; add libvirtd aspect to alexandria
This commit is contained in:
parent
cd16985ddc
commit
385586a376
2 changed files with 3 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
# other aspects
|
# other aspects
|
||||||
fwupd
|
fwupd
|
||||||
lxc
|
libvirtd
|
||||||
]);
|
]);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,8 @@
|
||||||
|
|
||||||
programs.virt-manager.enable = true;
|
programs.virt-manager.enable = true;
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [ vagrant ];
|
||||||
|
|
||||||
networking.firewall.trustedInterfaces = [ "virbr0" ];
|
networking.firewall.trustedInterfaces = [ "virbr0" ];
|
||||||
|
|
||||||
users.users.user.extraGroups = [
|
users.users.user.extraGroups = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue