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; + }; + }; + }