summaryrefslogtreecommitdiff
path: root/shenvs/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shenvs/config.nix')
-rw-r--r--shenvs/config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shenvs/config.nix b/shenvs/config.nix
index 2c4de6c..4d33f74 100644
--- a/shenvs/config.nix
+++ b/shenvs/config.nix
@@ -8,5 +8,5 @@
workstation = [
randall
];
- in common ++ optionals config.local.workstation workstation;
+ in []; # common ++ optionals config.local.workstation workstation;
}