diff --git a/config/framework13-system.org b/config/framework13-system.org index 792dcf2..c7ef3db 100644 --- a/config/framework13-system.org +++ b/config/framework13-system.org @@ -42,8 +42,7 @@ Include non-free linux kernel, modules and firmware from the [[https://gitlab.c ** service modules #+begin_src scheme -(use-service-modules linux - cups +(use-service-modules cups desktop networking ssh @@ -263,10 +262,6 @@ COMMIT *** wireguard details can be found in [[https://guix.gnu.org/cookbook/en/html_node/Connecting-to-Wireguard-VPN.html][Connecting to Wireguard VPN]] section of the cookbook -#+begin_src scheme - (service kernel-module-loader-service-type - '("wireguard")) -#+end_src *** display manager #+begin_src scheme diff --git a/config/framework13-system.scm b/config/framework13-system.scm index 5ed784d..a2ecbc6 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:35:28+01:00) +;; tangled from framework13-system.org on 2024-01-22 15:52:02+01:00) (use-modules (gnu) (gnu packages) @@ -15,8 +15,7 @@ (use-modules (nongnu packages linux) (nongnu system linux-initrd)) -(use-service-modules linux - cups +(use-service-modules cups desktop networking ssh @@ -160,9 +159,6 @@ COMMIT COMMIT ")))) - (service kernel-module-loader-service-type - '("wireguard")) - ;; (service sddm-service-type ;; (sddm-configuration ;; (display-server "wayland")