Changed otto to define-public

master
Noah Metz 2022-09-17 20:02:36 -06:00
parent f894e7a16a
commit 3a59b6f6e6
1 changed files with 54 additions and 53 deletions

@ -50,6 +50,7 @@
; (list (service-extension shepherd-root-service-type nvidia-insmod-shepherd-service))) ; (list (service-extension shepherd-root-service-type nvidia-insmod-shepherd-service)))
; (default-value '()))) ; (default-value '())))
(define-public otto-operating-system
(operating-system (operating-system
(inherit base-desktop-system) (inherit base-desktop-system)
(host-name "otto") (host-name "otto")
@ -102,5 +103,5 @@
(uuid "ba93a043-9e58-466f-b90f-bf2a6bbf91fe" (uuid "ba93a043-9e58-466f-b90f-bf2a6bbf91fe"
'ext4)) 'ext4))
(type "ext4")) (type "ext4"))
%base-file-systems))) %base-file-systems))))