From 1811d09a11c181608967336f3777a58bedae1e57 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Sun, 28 Apr 2024 08:47:25 -0500 Subject: [PATCH] Install docker --- configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 763caad..d4c5081 100644 --- a/configuration.nix +++ b/configuration.nix @@ -22,6 +22,7 @@ '' 10.101.111.1 bitwarden.ekzyis.com ''; + virtualisation.docker.enable = true; # Set your time zone. time.timeZone = "America/Chicago"; @@ -72,7 +73,7 @@ users.users.ekzyis = { isNormalUser = true; home = "/home/ekzyis"; - extraGroups = [ "wheel" "networkmanager" ]; # Enable ‘sudo’ for the user. + extraGroups = [ "wheel" "networkmanager" "docker" ]; # Enable ‘sudo’ for the user. packages = with pkgs; [ ]; }; @@ -129,6 +130,7 @@ brave vscodium neovim + docker-compose ]; fonts.packages = with pkgs; [