nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 6566b7d233d6e0c2ce29c43dfdadc00640401dda
parent 8fff37a2d7b28885ad66d5e9864a77907df8501b
Author: Toni Brown <me@tb148.net>
Date:   Tue, 24 Mar 2026 20:48:57 +0800

give me docker permissions

Diffstat:
Mconfiguration.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configuration.nix b/configuration.nix @@ -168,7 +168,7 @@ home = "/home/tb148"; shell = pkgs.zsh; description = "Toni Brown"; - extraGroups = ["wheel"]; + extraGroups = ["wheel" "docker"]; }; sops.defaultSopsFile = ./secrets.yaml;