Add containerisation programs for nix
This commit is contained in:
parent
c6b02ee637
commit
7654a95984
@ -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 = [ ... ];
|
||||
|
@ -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; [
|
||||
|
Loading…
Reference in New Issue
Block a user