Add containerisation programs for nix
This commit is contained in:
parent
1d2b0a0dfd
commit
4b40e992d5
@ -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 = [ ... ];
|
||||||
|
@ -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; [
|
||||||
|
Reference in New Issue
Block a user