few more little tweaks for the modular system to start working well

This commit is contained in:
Chris Cochrun 2023-01-06 14:56:31 -06:00
parent d4daad8279
commit edecec85a9
3 changed files with 6 additions and 32 deletions

View file

@ -134,10 +134,14 @@ with lib;
services.printing.enable = true;
services.printing.drivers = [ pkgs.gutenprint pkgs.gutenprintBin pkgs.hplipWithPlugin ];
services.usbmuxd.enable = true;
services.fstrim.enable = true;
#######################
# VIRTUALIZATION
#######################
# virtualisation.waydroid.enable = true;
virtualisation.podman.enable = true;
# virtualisation.docker.enable = true;
virtualisation.libvirtd = {