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
|
# 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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue