Fix ricoh printing

This commit is contained in:
2025-09-02 22:43:40 +03:00
parent 1bf68ee9bf
commit 9710fbf69c
2 changed files with 4 additions and 1 deletions

View File

@@ -13,7 +13,7 @@
};
};
config = lib.mkIf config.services.printing.enable {
config = {
virtualisation.oci-containers.containers = lib.mkIf config.services.printing.ricoh.enable {
ricoh = {
image = "ricoh-cups:latest";