aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-05-12 09:46:26 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-05-12 09:46:26 +0200
commit3f3423c1f1585d9dcfd6404a6e6311bfdf837e26 (patch)
tree73b89cdfbd4451f8f702f31e46f4ce428fa0dc31
parent5b8e66b7f24b3657b97baba893c8bea381aea696 (diff)
Removed rootless and gave mun docker group
-rw-r--r--system/virtualisation.nix6
1 files 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"];
}