From 3475250f01964e395491f963b30d31436e581618 Mon Sep 17 00:00:00 2001 From: Noah Metz Date: Sat, 17 Sep 2022 20:07:49 -0600 Subject: [PATCH] lets try exports --- system/clients/otto.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/system/clients/otto.scm b/system/clients/otto.scm index dbfcc5f..8837147 100644 --- a/system/clients/otto.scm +++ b/system/clients/otto.scm @@ -31,7 +31,9 @@ #:use-module (gnu packages scanner) #:use-module (gnu packages dns) #:use-module (gnu services shepherd) - #:use-module (gnu services base)) + #:use-module (gnu services base) + #:export (otto-operating-system)) + ; (define (nvidia-insmod-shepherd-service config) ; (list (shepherd-service @@ -50,7 +52,7 @@ ; (list (service-extension shepherd-root-service-type nvidia-insmod-shepherd-service))) ; (default-value '()))) -(define-public otto-operating-system +(define otto-operating-system (operating-system (inherit base-desktop-system) (host-name "otto")