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