|
|
@ -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))))
|
|
|
|
|
|
|
|
|
|
|
|