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