chore: enable printing for work
Signed-off-by: jolheiser <john.olheiser@gmail.com>main
parent
d3b227eb39
commit
aab3153ba0
|
@ -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;
|
||||||
|
|
Reference in New Issue