mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
cube: disable libvirtd
This commit is contained in:
parent
b14212dfda
commit
e2d888461e
1 changed files with 0 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue