aboutsummaryrefslogtreecommitdiff
path: root/tw/system.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-05-25 22:51:25 +0200
committerTimo Wilken2023-05-25 23:31:13 +0200
commita2ca0bfe64119a03ebfc9c757e6de385f86b85af (patch)
tree00438c303fbb5085e5a898cd828365fb4b7d1e45 /tw/system.scm
parent912862c022e3543a1a170195a731389b59072e7b (diff)
Use the newly-published channel for unattended upgrades
Diffstat (limited to 'tw/system.scm')
-rw-r--r--tw/system.scm9
1 files changed, 5 insertions, 4 deletions
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