Switch to root docker and add postgresql for utilities
This commit is contained in:
parent
330ace6c29
commit
a463a76092
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue