From cb365635ae292c4dc29861870b99bdd6729c5692 Mon Sep 17 00:00:00 2001 From: "W. Kosior" Date: Wed, 25 Sep 2024 14:58:26 +0200 Subject: Add automatic time synchronization. --- salamina.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'salamina.scm') diff --git a/salamina.scm b/salamina.scm index 3f3cc8e..7f5bdf7 100644 --- a/salamina.scm +++ b/salamina.scm @@ -686,6 +686,10 @@ view:addr('0.0.0.0/0', policy.all(policy.DENY)) (mail-location "maildir:/var/vmail/maildirs/%n")))) +(prepend %services + (service net:ntp-service-type)) + + (prepend %services (service openssh-service-type (openssh-configuration -- cgit v1.2.3 m method='get'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/machine/ssh.scm
AgeCommit message (Expand)Author
2021-02-25machine: ssh: Use 'formatted-message'....Ludovic Courtès
2021-01-04machine: ssh: Do not import the host (guix config), really....Ludovic Courtès
2020-12-21system: Allow separated /boot and encrypted root....Miguel Ángel Arruga Vivas
2020-11-09machine: ssh: Do not import the host (guix config)....Ludovic Courtès
2020-11-01system: Add store-directory-prefix to boot-parameters....Miguel Ángel Arruga Vivas
2020-10-18system: Provide locale information to the bootloader....Miguel Ángel Arruga Vivas
2020-09-07linux-boot: Handle nfs-root device strings....Stefan
2020-08-25Remove "guile-zlib" extension when unused....Mathieu Othacehe
2020-08-25linux-libre: Support module compression....Mathieu Othacehe
2020-07-27machine: ssh: Check for potential system downgrades....Ludovic Courtès
2020-07-25Use 'formatted-message' instead of '&message' where appropriate....Ludovic Courtès
2020-06-28Add more missing (ice-9 format) imports....Marius Bakke
2020-06-18machine: ssh: Fix guix deploy hang when using non-DCE UUIDs....Maxim Cournoyer