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 = {