Compare commits

...

2 Commits

Author SHA1 Message Date
Collin J. Doering 55ad03699c
desktop, proxmox-lvm-minimal: Remove nss-certs its now in %base-packages 2024-05-07 09:40:42 -04:00
Collin J. Doering 983efeb1c9
guix-ci0: Remove field from cuirass-configuration
* .guix/rekahsoft/guix-config/vms/guix-ci0-home-rekahsoft-ca.scm: use-substitutes? was
removed upstream; see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=7d9ad8f3a695b6d813f484625681263f4509f181
2024-05-07 09:38:44 -04:00
3 changed files with 2 additions and 5 deletions

View File

@ -156,7 +156,6 @@
"soapyhackrf" ;; SoapySDR library support for the hackrf one
"lvm2" ;; for lvm2 tools
"nix"
"nss-certs" ;; for HTTPS access
"recutils"
"tmux"))
%base-packages))

View File

@ -156,8 +156,7 @@ mail.* -/var/log/maillog
(packages
(append
(map specification->package
'("nss-certs"
"recutils"
'("recutils"
"openssh"
"tmux"
"emacs"

View File

@ -296,8 +296,7 @@ PUBLISH-URL."
(list (service cuirass-service-type
(cuirass-configuration
(host "localhost")
(specifications %cuirass-specs)
(use-substitutes? #t)))
(specifications %cuirass-specs)))
%nginx-cache-activation