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
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