Add docker module and install for all

This commit is contained in:
fleaz 2022-02-14 18:13:38 +01:00
parent 251e630242
commit e319b48849
5 changed files with 11 additions and 11 deletions

View file

@ -38,11 +38,6 @@
services.printing.enable = true;
services.printing.drivers = with pkgs; [ splix ];
virtualisation.podman = {
enable = true;
dockerCompat = true;
};
# output = {
# "*".bg = "/home/fleaz/Downloads/spongebob.jpg fill";
# "DVI-D-1" = {

View file

@ -109,11 +109,6 @@ in
services.openssh.enable = true;
programs.ssh.startAgent = true;
virtualisation.podman = {
enable = true;
dockerCompat = true;
dockerSocket.enable = true;
};
# List services that you want to enable: