Switch to root docker and add postgresql for utilities

This commit is contained in:
Curt Spark 2024-04-17 17:02:48 +01:00
parent 330ace6c29
commit a463a76092
1 changed files with 5 additions and 6 deletions

View File

@ -130,16 +130,15 @@
# Waydroid Android Emulation # Waydroid Android Emulation
virtualisation.waydroid.enable = true; virtualisation.waydroid.enable = true;
# Rootless docker for development # Docker for development
virtualisation.docker.rootless = { virtualisation.docker.enable = true;
enable = true;
setSocketVariable = true;
};
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# Purely for the tooling
postgresql
nvtopPackages.amd nvtopPackages.amd
wl-clipboard wl-clipboard