mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +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, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
{
|
{
|
||||||
virtualisation.libvirtd.enable = true;
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
virt-manager
|
virt-manager
|
||||||
];
|
];
|
||||||
|
@ -42,7 +41,6 @@
|
||||||
"/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