few more little tweaks for the modular system to start working well
This commit is contained in:
parent
d4daad8279
commit
edecec85a9
3 changed files with 6 additions and 32 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue