summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-06-29 20:30:23 -0600
committerAlejandro Soto <alejandro@34project.org>2022-06-29 20:30:23 -0600
commit004eb206e456cdd1927f467edddf3105eb25165c (patch)
tree356d380e76f32e1a979754f050c583ebe79b93b0
parent509af590a9b1b9afd1a1833f2dd1e31063aee595 (diff)
shenvs: update gcKeep
-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;
}