diff --git a/config/framework13-system.org b/config/framework13-system.org index cba72f8..792dcf2 100644 --- a/config/framework13-system.org +++ b/config/framework13-system.org @@ -42,7 +42,8 @@ Include non-free linux kernel, modules and firmware from the [[https://gitlab.c ** service modules #+begin_src scheme -(use-service-modules cups +(use-service-modules linux + cups desktop networking ssh diff --git a/config/framework13-system.scm b/config/framework13-system.scm index c9d8894..5ed784d 100644 --- a/config/framework13-system.scm +++ b/config/framework13-system.scm @@ -1,6 +1,6 @@ ;; -*- mode: scheme; coding: utf-8; -*- ;; -;; tangled from framework13-system.org on 2024-01-22 15:34:29+01:00) +;; tangled from framework13-system.org on 2024-01-22 15:35:28+01:00) (use-modules (gnu) (gnu packages) @@ -15,7 +15,8 @@ (use-modules (nongnu packages linux) (nongnu system linux-initrd)) -(use-service-modules cups +(use-service-modules linux + cups desktop networking ssh