aboutsummaryrefslogtreecommitdiff
path: root/tw/system.scm
diff options
context:
space:
mode:
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