cube: add virt-manager

This commit is contained in:
Sean Buckley 2022-04-07 13:44:09 -04:00
parent b46ef672a7
commit 77960cae18

View file

@ -4,6 +4,11 @@
# imports = [ ./monitors.nix ];
virtualisation.libvirtd.enable = true;
environment.systemPackages = with pkgs; [
virt-manager
];
sconfig = {
gnome = true;
profile = "desktop";
@ -38,6 +43,7 @@
"/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";