From a2ca0bfe64119a03ebfc9c757e6de385f86b85af Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Thu, 25 May 2023 22:51:25 +0200 Subject: Use the newly-published channel for unattended upgrades --- tw/system.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'tw/system.scm') diff --git a/tw/system.scm b/tw/system.scm index 9d53af73..00e81fd7 100644 --- a/tw/system.scm +++ b/tw/system.scm @@ -5,6 +5,7 @@ #:use-module (gnu system) #:use-module (gnu system keyboard) #:use-module (guix gexp) + #:use-module (tw channels) #:use-module (tw services wireguard)) (use-package-modules admin avahi certs curl disk file-systems linux lsof man @@ -85,10 +86,10 @@ (tw-wireguard-configuration (this-host host-name))) - ;; Delete the annoying message on SSH login. Beware when setting up a new - ;; host, as `allow-empty-passwords' will block login and sudo execution for - ;; all Guix-declared users (as these have no initial password). - (modify-services %base-services + (modify-services (append %system-channel-services %base-services) + ;; Delete the annoying message on SSH login. Beware when setting up a new + ;; host, as `allow-empty-passwords' will block login and sudo execution for + ;; all Guix-declared users (as these have no initial password). (login-service-type config => (login-configuration -- cgit v1.2.3