From 25637276f23e31410914182f0c8110406e89c662 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Mon, 31 Mar 2025 11:05:56 +0200 Subject: [PATCH] other/users.nix: add docker --- modules/other/users.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/other/users.nix b/modules/other/users.nix index 57d6960..75d41a9 100644 --- a/modules/other/users.nix +++ b/modules/other/users.nix @@ -18,6 +18,7 @@ in { "networkmanager" "audio" "nix" + "docker" ]; shell = self.packages.${pkgs.stdenv.system}.fish; # hashedPasswordFile = "/etc/passwords/cr";