update controller settings and vm thingies on edi

This commit is contained in:
Lillian Violet 2025-09-10 19:10:36 +02:00
parent 0cc635afa0
commit a77e7bcda3
6 changed files with 58 additions and 0 deletions

View file

@ -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";
};