(use-modules (guix) (gnu packages gdb) (gnu packages autotools) (gnu packages texinfo)) ;; Augment the package definition of GDB with the build tools ;; needed when developing GDB (and which are not needed when ;; simply installing it.) (package (inherit gdb) (native-inputs `(("autoconf" ,autoconf-2.64) ("automake" ,automake) ("texinfo" ,texinfo) ,@(package-native-inputs gdb)))) ic/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/ssh.scm
caf64489f4e1e665ec1158fb0309b0b565'>Add (guix inferior) and (guix scripts repl)....
AgeCommit message (Expand)Author
2020-12-11Revert "services: openssh: Warn about 'password-authentication?' default."...Ludovic Courtès
2020-12-07services: openssh: Warn about 'password-authentication?' default....Ludovic Courtès
2020-10-01gnu: Add webssh service....Oleg Pykhalov
2020-05-05gnu: Add AutoSSH service....pinoaffe
2019-12-04services: SSH services: Provide 'ssh' and 'sshd' Shepherd services....Leo Famulari
2019-05-09services: Log-in services now require "pam_loginuid"....Ludovic Courtès
2019-04-07services: dropbear: Add default value....Ludovic Courtès
2019-03-04services: Use 'file-append' for user account shells....Ludovic Courtès
2019-01-17services: openssh: Add escape hatch....Ricardo Wurmus
2018-11-26services: openssh: Install OpenSSH in the system profile....Ludovic Courtès
2018-08-28services: openssh: Add 'log-level' field....Ludovic Courtès
2018-07-29services: openssh: Add forwarding options....Eric Brown
2018-07-18gnu: services: Fix openssh service start error....Julien Lepiller
2018-03-18services: openssh: Add 'accepted-environment' field....Martin Castillo
Ludovic Courtès