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, 0 insertions, 2 deletions
diff --git a/shenvs/config.nix b/shenvs/config.nix
index 6c8c42d..2c4de6c 100644
--- a/shenvs/config.nix
+++ b/shenvs/config.nix
@@ -6,9 +6,7 @@
];
workstation = [
- el3310
randall
- tabas
];
in common ++ optionals config.local.workstation workstation;
}