Compare commits

...

2 Commits

2 changed files with 7 additions and 7 deletions

View File

@ -121,12 +121,12 @@ mail.* -/var/log/maillog
(delete syslog-service-type) (delete syslog-service-type)
(guix-service-type (guix-service-type
config => (guix-configuration config => (guix-configuration
(inherit config) (inherit config)
(authorized-keys (append %guix-signing-keys %default-authorized-guix-keys)) (authorized-keys (append %guix-signing-keys %default-authorized-guix-keys))
(substitute-urls (append (list "https://cuirass.genenetwork.org" (substitute-urls (append (list "https://cuirass.genenetwork.org"
"https://substitutes.nonguix.org" "https://substitutes.nonguix.org"
"https://guix-ci.home.rekahsoft.ca") "https://guix-ci.home.rekahsoft.ca")
%default-substitute-urls))))))) %default-substitute-urls)))))))
(define (proxmox-vm-lvm-minimal host-name) (define (proxmox-vm-lvm-minimal host-name)
(operating-system (operating-system

View File

@ -23,7 +23,7 @@
(group "users") (group "users")
(shell #~(string-append #$zsh "/bin/zsh")) (shell #~(string-append #$zsh "/bin/zsh"))
(supplementary-groups (supplementary-groups
'("wheel" "netdev" "audio" "video" "docker")) '("wheel" "netdev" "audio" "video"))
(home-directory "/home/collin")) (home-directory "/home/collin"))
(operating-system-users base-system))) (operating-system-users base-system)))