diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-08-20 23:46:32 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-08-25 14:57:02 -0600 |
| commit | cdcc4a1cf3c927aca86c45c3daa9c8e48112646d (patch) | |
| tree | 8820c3ee40b2d287e3bc20153b54bc420227f3c2 /shenvs/config.nix | |
| parent | da1b745ae60fa2532ef145337dba2a9ccb1cc95b (diff) | |
home: enable isolation
Diffstat (limited to 'shenvs/config.nix')
| -rw-r--r-- | shenvs/config.nix | 2 |
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; } |
