mirror of https://git.jolheiser.com/dotnix.git
chore: enable printing for work
Signed-off-by: jolheiser <john.olheiser@gmail.com>teamcity
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;
|
||||||
|
|
Loading…
Reference in New Issue