diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-02-13 18:23:22 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-02-13 18:23:22 +0100 |
| commit | 89f7f41c43c8b9183230cdbbdde7c990faa677cb (patch) | |
| tree | 08fcc08ed07e267ee7b92f291af181000e75b791 /nixos/users.nix | |
| parent | 38a306430552c49c5fe5545ab15daaaa130f5634 (diff) | |
enable docker
Diffstat (limited to 'nixos/users.nix')
| -rw-r--r-- | nixos/users.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/users.nix b/nixos/users.nix index f9254a7..2b1a630 100644 --- a/nixos/users.nix +++ b/nixos/users.nix @@ -8,6 +8,7 @@ in { "wheel" # Enable ‘sudo’ for the user. "audio" "networkmanager" + "docker" ]; }; |
