Revert "Remove citrix"

This reverts commit a5ce04a70d.
This commit is contained in:
Charlotte Van Petegem 2022-03-01 20:11:28 +01:00
parent 16d04103bf
commit 77839d3679
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 22 additions and 0 deletions

View file

@ -2,6 +2,7 @@
{
imports = [
./citrix
./mounts
./teams
./vpn
@ -17,6 +18,7 @@
chvp = {
development.enable = true;
work = {
citrix.enable = lib.mkDefault false;
mounts.enable = lib.mkDefault true;
teams.enable = lib.mkDefault true;
vpn.enable = lib.mkDefault true;