chore(sgx): turn off libvirtd
This commit is contained in:
parent
2e28118edf
commit
5893c5b84c
|
@ -1,8 +1,4 @@
|
|||
{ pkgs
|
||||
, lib
|
||||
, config
|
||||
, ...
|
||||
}:
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
|
@ -33,11 +29,11 @@
|
|||
|
||||
virtualisation = {
|
||||
docker.enable = false;
|
||||
libvirtd.enable = true;
|
||||
libvirtd.enable = false;
|
||||
podman.dockerCompat = true;
|
||||
};
|
||||
|
||||
systemd.services.libvirt-guests.after = [ "network-online.target" ];
|
||||
#systemd.services.libvirt-guests.after = [ "network-online.target" ];
|
||||
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue