summaryrefslogtreecommitdiff
path: root/shenvs
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-08-20 23:46:32 -0600
committerAlejandro Soto <alejandro@34project.org>2022-08-25 14:57:02 -0600
commitcdcc4a1cf3c927aca86c45c3daa9c8e48112646d (patch)
tree8820c3ee40b2d287e3bc20153b54bc420227f3c2 /shenvs
parentda1b745ae60fa2532ef145337dba2a9ccb1cc95b (diff)
home: enable isolation
Diffstat (limited to 'shenvs')
-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;
}