diff options
Diffstat (limited to 'nixpkgs')
| -rw-r--r-- | nixpkgs/.config/nixpkgs/configuration.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nixpkgs/.config/nixpkgs/configuration.nix b/nixpkgs/.config/nixpkgs/configuration.nix index 154104b..16607e5 100644 --- a/nixpkgs/.config/nixpkgs/configuration.nix +++ b/nixpkgs/.config/nixpkgs/configuration.nix @@ -50,6 +50,7 @@ "wheel" "video" "audio" + "docker" ]; shell = pkgs.zsh; }; @@ -64,8 +65,19 @@ bmon alsa-utils libcamera + docker-buildx + docker-compose ]; + virtualisation.docker = { + enable = true; + enableOnBoot = true; + rootless = { + enable = true; + setSocketVariable = true; + }; + }; + # Copy the NixOS configuration file and link it from the resulting system # (/run/current-system/configuration.nix). This is useful in case you # accidentally delete configuration.nix. |
