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