From a9e6f0b7cc3bbd95f24b4052f5cf14cb7448a778 Mon Sep 17 00:00:00 2001 From: Dmitry Chumak Date: Mon, 20 May 2024 23:58:30 +0300 Subject: [PATCH] enabled docker --- configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configuration.nix b/configuration.nix index 70035e0..6fbf160 100644 --- a/configuration.nix +++ b/configuration.nix @@ -150,4 +150,12 @@ # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "23.11"; # Did you read the comment? + virtualisation.docker = { + enable = true; + rootless = { + enable = true; + setSocketVariable = true; + }; + }; + }