puter/classes/headful/printing.nix

7 lines
77 B
Nix
Raw Normal View History

2024-12-28 23:32:35 +00:00
{
2024-12-01 04:03:34 +00:00
services.printing = {
enable = true;
webInterface = true;
2024-12-01 03:05:16 +00:00
};
}