From d0742ec9a2d7a4890faaea2d8d47c846680e72ce Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Mon, 22 Jan 2024 15:35:34 +0100 Subject: [PATCH] Put in earplugs --- config/framework13-system.org | 3 ++- config/framework13-system.scm | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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