From 7150ef1fe86caca5798af3bdfa402b6ba1680c37 Mon Sep 17 00:00:00 2001 From: cubernetes Date: Fri, 5 Jun 2026 02:08:19 +0200 Subject: [PATCH] Add docker and libvirtd groups --- hosts/fw/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/fw/configuration.nix b/hosts/fw/configuration.nix index 23ab1fc..b7b2663 100644 --- a/hosts/fw/configuration.nix +++ b/hosts/fw/configuration.nix @@ -134,6 +134,8 @@ extraGroups = [ "networkmanager" "wheel" + "libvirtd" + "docker" ]; packages = with pkgs; [ ]; };