update controller settings and vm thingies on edi
This commit is contained in:
parent
0cc635afa0
commit
a77e7bcda3
6 changed files with 58 additions and 0 deletions
|
@ -26,6 +26,14 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
];
|
||||
|
||||
programs.virt-manager.enable = true;
|
||||
|
||||
users.groups.libvirtd.members = ["lillian"];
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
virtualisation.spiceUSBRedirection.enable = true;
|
||||
|
||||
services.vpn-ip = {
|
||||
ip = "3";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue