Add containerisation programs for nix

This commit is contained in:
RealStickman 2023-05-05 11:47:53 +02:00
parent 1d2b0a0dfd
commit 4b40e992d5
2 changed files with 12 additions and 0 deletions

View File

@ -156,6 +156,17 @@ in
# Enable thumbnailer service # Enable thumbnailer service
services.tumbler.enable = true; services.tumbler.enable = true;
virtualisation = {
podman = {
enable = true;
# clean up regularly
autoPrune = {
enable = true;
dates = "weekly";
};
};
};
# Open ports in the firewall. # Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];

View File

@ -23,6 +23,7 @@
polkit_gnome # graphical authentication agent for polkit polkit_gnome # graphical authentication agent for polkit
freetype # font rendering and configuration freetype # font rendering and configuration
open-vm-tools # running on vmware open-vm-tools # running on vmware
podman # containers
]; ];
fonts.fonts = with pkgs; [ fonts.fonts = with pkgs; [