diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-05-12 09:46:26 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-05-12 09:46:26 +0200 |
| commit | 3f3423c1f1585d9dcfd6404a6e6311bfdf837e26 (patch) | |
| tree | 73b89cdfbd4451f8f702f31e46f4ce428fa0dc31 | |
| parent | 5b8e66b7f24b3657b97baba893c8bea381aea696 (diff) | |
Removed rootless and gave mun docker group
| -rw-r--r-- | system/virtualisation.nix | 6 |
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"]; } |
