From 3f3423c1f1585d9dcfd6404a6e6311bfdf837e26 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Tue, 12 May 2026 09:46:26 +0200 Subject: Removed rootless and gave mun docker group --- system/virtualisation.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/system/virtualisation.nix b/system/virtualisation.nix index 8f76b0a..7bfcb95 100644 --- a/system/virtualisation.nix +++ b/system/virtualisation.nix @@ -2,9 +2,7 @@ virtualisation.docker = { enable = true; storageDriver = "btrfs"; - rootless = { - enable = true; - setSocketVariable = true; - }; }; + + users.extraGroups.docker.members = ["mun"]; } -- cgit v1.2.3