cube: disable libvirtd

This commit is contained in:
Sean Buckley 2022-07-24 18:48:45 -04:00
parent b14212dfda
commit e2d888461e

View file

@ -1,6 +1,5 @@
{ config, lib, pkgs, ... }:
{
virtualisation.libvirtd.enable = true;
environment.systemPackages = with pkgs; [
virt-manager
];
@ -42,7 +41,6 @@
"/nix" = { device = "cube/locker/nix"; fsType = "zfs"; };
"/home" = { device = "cube/locker/home"; fsType = "zfs"; };
"/var/log" = { device = "cube/locker/log"; fsType = "zfs"; };
"/var/lib/libvirt" = { device = "cube/locker/libvirt"; fsType = "zfs"; };
};
system.stateVersion = "21.11";