diff --git a/nixos-config/configuration.nix b/nixos-config/configuration.nix index bda146b6..302a6db4 100644 --- a/nixos-config/configuration.nix +++ b/nixos-config/configuration.nix @@ -156,6 +156,17 @@ in # Enable thumbnailer service services.tumbler.enable = true; + virtualisation = { + podman = { + enable = true; + # clean up regularly + autoPrune = { + enable = true; + dates = "weekly"; + }; + }; + }; + # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ]; diff --git a/nixos-config/system-packages.nix b/nixos-config/system-packages.nix index 77728883..24f75351 100644 --- a/nixos-config/system-packages.nix +++ b/nixos-config/system-packages.nix @@ -23,6 +23,7 @@ polkit_gnome # graphical authentication agent for polkit freetype # font rendering and configuration open-vm-tools # running on vmware + podman # containers ]; fonts.fonts = with pkgs; [