From a463a7609258e37865e58726d0b09df124d5b927 Mon Sep 17 00:00:00 2001 From: cspark Date: Wed, 17 Apr 2024 17:02:48 +0100 Subject: [PATCH] Switch to root docker and add postgresql for utilities --- configurations/desktop/configuration.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/configurations/desktop/configuration.nix b/configurations/desktop/configuration.nix index 3012232d..9ab13490 100644 --- a/configurations/desktop/configuration.nix +++ b/configurations/desktop/configuration.nix @@ -130,16 +130,15 @@ # Waydroid Android Emulation virtualisation.waydroid.enable = true; - # Rootless docker for development - virtualisation.docker.rootless = { - enable = true; - setSocketVariable = true; - }; - + # Docker for development + virtualisation.docker.enable = true; # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ + # Purely for the tooling + postgresql + nvtopPackages.amd wl-clipboard