mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
cube: add virt-manager
This commit is contained in:
parent
b46ef672a7
commit
77960cae18
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,11 @@
|
||||||
|
|
||||||
# imports = [ ./monitors.nix ];
|
# imports = [ ./monitors.nix ];
|
||||||
|
|
||||||
|
virtualisation.libvirtd.enable = true;
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
virt-manager
|
||||||
|
];
|
||||||
|
|
||||||
sconfig = {
|
sconfig = {
|
||||||
gnome = true;
|
gnome = true;
|
||||||
profile = "desktop";
|
profile = "desktop";
|
||||||
|
@ -38,6 +43,7 @@
|
||||||
"/nix" = { device = "cube/locker/nix"; fsType = "zfs"; };
|
"/nix" = { device = "cube/locker/nix"; fsType = "zfs"; };
|
||||||
"/home" = { device = "cube/locker/home"; fsType = "zfs"; };
|
"/home" = { device = "cube/locker/home"; fsType = "zfs"; };
|
||||||
"/var/log" = { device = "cube/locker/log"; fsType = "zfs"; };
|
"/var/log" = { device = "cube/locker/log"; fsType = "zfs"; };
|
||||||
|
"/var/lib/libvirt" = { device = "cube/locker/libvirt"; fsType = "zfs"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
system.stateVersion = "21.11";
|
system.stateVersion = "21.11";
|
||||||
|
|
Loading…
Reference in a new issue