diff options
Diffstat (limited to 'deployment/systems/rakan.scm')
| -rw-r--r-- | deployment/systems/rakan.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/deployment/systems/rakan.scm b/deployment/systems/rakan.scm index 62a06fb..769c10d 100644 --- a/deployment/systems/rakan.scm +++ b/deployment/systems/rakan.scm @@ -192,7 +192,7 @@ gnu:services:base:guix-service-type guix-offload-authorizations)) -(define system +(define-public system (gnu:system:operating-system (kernel nongnu:packages:linux:linux) (kernel-loadable-modules (list)) @@ -237,5 +237,4 @@ (location (and=> (current-source-location) guix:diagnostics:source-properties->location)))) -(define-public operating-system* - system) +(define-public operating-system* system) |
