1
0
Fork 0

chore: enable printing for work

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2023-09-19 15:02:44 -05:00
parent d3b227eb39
commit aab3153ba0
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@ in {
settings = {X11Forwarding = true;}; settings = {X11Forwarding = true;};
}; };
globalprotect.enable = true; globalprotect.enable = true;
printing = {
enable = true;
drivers = [pkgs.hplip];
};
}; };
virtualisation.docker.enable = true; virtualisation.docker.enable = true;