|
|
|
@ -50,14 +50,15 @@
|
|
|
|
|
; (list (service-extension shepherd-root-service-type nvidia-insmod-shepherd-service)))
|
|
|
|
|
; (default-value '())))
|
|
|
|
|
|
|
|
|
|
(operating-system
|
|
|
|
|
(define-public otto-operating-system
|
|
|
|
|
(operating-system
|
|
|
|
|
(inherit base-desktop-system)
|
|
|
|
|
(host-name "otto")
|
|
|
|
|
(hosts-file
|
|
|
|
|
(plain-file "hosts"
|
|
|
|
|
(string-append (local-host-aliases host-name)
|
|
|
|
|
"# LAN geofff.homelab ip
|
|
|
|
|
192.168.86.2 geofff.homelab\n")))
|
|
|
|
|
"# LAN geofff.homelab ip
|
|
|
|
|
192.168.86.2 geofff.homelab\n")))
|
|
|
|
|
(kernel-arguments '("modprobe.blacklist=nouveau"))
|
|
|
|
|
(packages (append (list blueman bluez bluez-alsa pulseaudio docker python openvswitch
|
|
|
|
|
qemu texlive firefox pavucontrol mupdf gcc-toolchain gnu-make
|
|
|
|
@ -102,5 +103,5 @@
|
|
|
|
|
(uuid "ba93a043-9e58-466f-b90f-bf2a6bbf91fe"
|
|
|
|
|
'ext4))
|
|
|
|
|
(type "ext4"))
|
|
|
|
|
%base-file-systems)))
|
|
|
|
|
%base-file-systems))))
|
|
|
|
|
|
|
|
|
|