;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2018 Mathieu Othacehe ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or (at ;;; your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . (define-module (gnu installer newt hostname) #:use-module (gnu installer newt page) #:use-module (guix i18n) #:export (run-hostname-page)) (define (run-hostname-page) (run-input-page (G_ "Please enter the system hostname.") (G_ "Hostname"))) '>aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-05services: Add openntpd service....* gnu/packages/ntp.scm (openntpd)[arguments]: Add 'configure-flags to set openntpd daemon's user and localstatedir. Add a custom phase to not try to create said directory at install time. * gnu/services/networking.scm (<openntpd-configuration>): New record type. (openntpd-shepherd-service, openntpd-service-activation): New procedures. (openntpd-service-type): New variable. * doc/guix.texi (Networking Services): Add openntpd documentation. Efraim Flashner
2017-11-27gnu: openntpd: Enable use of TLS-based time constraints....* gnu/packages/ntp.scm (openntpd)[inputs]: Add libressl. Leo Famulari
2017-11-26gnu: openntpd: Update to 6.2p3....* gnu/packages/ntp.scm (openntpd): Update to 6.2p3. Efraim Flashner