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)
(guix-service-type
config => (guix-configuration
(inherit config)
(authorized-keys (append %guix-signing-keys %default-authorized-guix-keys))
(substitute-urls (append (list "https://cuirass.genenetwork.org"
"https://substitutes.nonguix.org"
"https://guix-ci.home.rekahsoft.ca")
%default-substitute-urls)))))))
(inherit config)
(authorized-keys (append %guix-signing-keys %default-authorized-guix-keys))
(substitute-urls (append (list "https://cuirass.genenetwork.org"
"https://substitutes.nonguix.org"
"https://guix-ci.home.rekahsoft.ca")
%default-substitute-urls)))))))
(define (proxmox-vm-lvm-minimal host-name)
(operating-system

View File

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