1
1
Fork 0

imperium: enable printing

This commit is contained in:
Tim Van Baak 2023-12-18 12:38:47 -08:00
parent 4676c9e91d
commit c0cbd43411
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@
pulse.enable = true;
};
services.printing.enable = true;
users.users.tvb = {
extraGroups = [ "networkmanager" ];
};