(use-modules (guix) (guix build-system gnu) (guix licenses)) (package (name "hello") (version "2.10") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/hello/hello-" version ".tar.gz")) (sha256 (base32 "0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i")))) (build-system gnu-build-system) (synopsis "Hello, GNU world: An example GNU package") (description "Guess what GNU Hello prints!") (home-page "http://www.gnu.org/software/hello/") (license gpl3+)) ='form'>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/home/services/ssh.scm
AgeCommit message (Expand)Author
2023-12-02gnu: Use ‘libc-utf8-locales-for-target’....Janneke Nieuwenhuizen
2023-08-20home: services: ssh: Fix compilation warning with 'serialize-match-criteria'....Nicolas Graves
2023-06-14home: services: ssh: Allow unset boolean options in ssh-config....Efraim Flashner
2023-06-09home: services: ssh: Export home-ssh-agent variables....Nicolas Graves
2023-06-09home: services: ssh: Export configuration predicates....Nicolas Graves
2023-06-09home: services: ssh: Add 'match-criteria' option....Nicolas Graves
2023-06-09home: services: ssh: Add 'add-keys-to-agent' field....Nicolas Graves
2023-05-24home: services: ssh: Do not empty ~/.ssh/authorized_keys by default....Janneke Nieuwenhuizen
2023-04-21home: services: openssh: Add configuration option for jump proxies...Saku Laesvuori
2023-03-17home: services: ssh-agent: Handle setting of SSH_AUTH_SOCK....Jan (janneke) Nieuwenhuizen
2023-03-16home: services: kodi, znc, ssh-agent: Use 'match-record'....Ludovic Courtès
2023-03-16home: services: ssh-agent: Remove host-side use of (shepherd support)....Ludovic Courtès
2023-03-16gnu: home: services: Add home-ssh-agent-service-type....Jan (janneke) Nieuwenhuizen
2022-08-25services: Use the new maybe/unset API....Attila Lendvai
2022-08-10home: ssh: Fix invalid value error for address-family....Maxim Cournoyer
2022-06-17home: Add OpenSSH service....Ludovic Courtès