zephyrus: enable libvirtd

This commit is contained in:
Antoine Martin 2023-02-07 15:54:57 +01:00
parent e63430aca4
commit 9062309397
2 changed files with 3 additions and 0 deletions

View file

@ -19,6 +19,7 @@ in {
"video" # for `light` permissions "video" # for `light` permissions
"docker" "docker"
"wheel" # Enable sudo for the user. "wheel" # Enable sudo for the user.
"libvirtd"
]; ];
shell = pkgs.fish; shell = pkgs.fish;
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [

View file

@ -84,6 +84,8 @@
}; };
virtualisation.docker.enable = true; virtualisation.docker.enable = true;
virtualisation.libvirtd.enable = true;
programs.dconf.enable = true;
services = { services = {
tlp = { tlp = {