From 5466f30fcb6c8bb3e6819a25c663add0a6dcb83a Mon Sep 17 00:00:00 2001 From: Rutherther Date: Mon, 30 Jun 2025 11:31:49 +0200 Subject: [PATCH] feat: Share guix checkouts with root --- config.scm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.scm b/config.scm index 61e9d9c..a624395 100644 --- a/config.scm +++ b/config.scm @@ -19,6 +19,7 @@ (guix packages) (guix build-system gnu) (ruther services system) + (ruther services bind) (ruther bootloader grub)) (use-service-modules desktop sddm xorg base nix pm virtualization vpn sound dbus cups docker security-token) (use-package-modules gnome package-management shells networking wm @@ -217,6 +218,14 @@ (append (list (service core-dumps-service-type) + (service guix-shared-cache-service-type + (guix-shared-cache-config + (users + (cons* + (user-info + (user "ruther") + (home "/home/ruther")) + %default-guix-shared-users)))) (service nix-service-type (nix-configuration (extra-config -- 2.49.0