~ruther/guix-config

5466f30fcb6c8bb3e6819a25c663add0a6dcb83a — Rutherther 6 days ago d0881f4
feat: Share guix checkouts with root
1 files changed, 9 insertions(+), 0 deletions(-)

M config.scm
M config.scm => config.scm +9 -0
@@ 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

Do not follow this link