aboutsummaryrefslogtreecommitdiff
path: root/homes
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2023-01-25 16:40:02 -0700
committerKenny Ballou <kb@devnulllabs.io>2023-01-25 16:40:02 -0700
commit055b1e6dc6ed98d3d0cd3fe35f6a4bc8e48b4765 (patch)
tree7281c6bc638f707da831fc8764473372c16d6991 /homes
parenta4d84ebc921edb92389930fb74541c45cff9b240 (diff)
downloaddotfiles-055b1e6dc6ed98d3d0cd3fe35f6a4bc8e48b4765.tar.gz
dotfiles-055b1e6dc6ed98d3d0cd3fe35f6a4bc8e48b4765.tar.xz
yak: rebuild: LVM and headless
It's a SLURM box on my desk now! Weeeeee Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'homes')
-rw-r--r--homes/yak.scm15
1 files changed, 2 insertions, 13 deletions
diff --git a/homes/yak.scm b/homes/yak.scm
index e88c013d..a538dd43 100644
--- a/homes/yak.scm
+++ b/homes/yak.scm
@@ -31,20 +31,9 @@
(home-environment
(packages
(append %kbg-base-development-packages
- ;; firefox does not build on this machine
- ;; and we do not need freecad here
- (filter (lambda (p) (not (member p (list firefox/wayland freecad))))
- %kbg-desktop-packages)
%kbg-statistics-packages
- %kbg-science-packages
- %kbg-fonts))
+ %kbg-science-packages))
(services
(append bash-service
- (configs-for-host 'yak)
- emacs-service
- (list (service home-dbus-service-type)
- (service home-pipewire-service-type))
- mcron-service
- (services-for-host 'yak))))
- ;; shepherd-user-services
+ (configs-for-host 'yak))))