Enable libvirtd on chilly.
This commit is contained in:
@@ -21,4 +21,12 @@
|
||||
networking.hostName = "chilly";
|
||||
services.tailscaleAutoconnect.authkey = "tskey-auth-kRXS9oPyPm11CNTRL-BE6YnbP9J6ZZuV9dHkX17ZMnm1JGdu93";
|
||||
services.consul.interface.advertise = lib.mkForce "enp1s0";
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
virt-manager
|
||||
usbutils
|
||||
];
|
||||
|
||||
users.users.ppetru.extraGroups = [ "libvirtd" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user