Compare commits
2 Commits
d2ecee0cc0
...
04e0acfb5d
Author | SHA1 | Date | |
---|---|---|---|
04e0acfb5d | |||
42d598781e |
@ -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
|
||||
|
@ -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)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user