From 906230939736b7ecdfeea460c95f0b74f1944dd9 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 7 Feb 2023 15:54:57 +0100 Subject: [PATCH] zephyrus: enable libvirtd --- base/users.nix | 1 + hosts/zephyrus/default.nix | 2 ++ 2 files changed, 3 insertions(+) diff --git a/base/users.nix b/base/users.nix index 1b1077f..1e9d845 100644 --- a/base/users.nix +++ b/base/users.nix @@ -19,6 +19,7 @@ in { "video" # for `light` permissions "docker" "wheel" # Enable ‘sudo’ for the user. + "libvirtd" ]; shell = pkgs.fish; openssh.authorizedKeys.keys = [ diff --git a/hosts/zephyrus/default.nix b/hosts/zephyrus/default.nix index fc17a28..05355c7 100644 --- a/hosts/zephyrus/default.nix +++ b/hosts/zephyrus/default.nix @@ -84,6 +84,8 @@ }; virtualisation.docker.enable = true; + virtualisation.libvirtd.enable = true; + programs.dconf.enable = true; services = { tlp = {