Supreme Sexp System - SSS - a Lisp machine adventure
todo
task
todo
task
per-host.scm
you can specify a list of strings, which represent packages you want to install for current host only, on top of SSS. This is good specially for device-specific drivers.
e.g.
;; Per host packages (define sss-per-host-packages ( ;AMD non-free drivers amd-microcode amdgpu-firmware ))I dont think that will be enough for nvidia drivers though. It takes a lot of hoops to jump through to install nvidia-drivers! https://wiki.systemcrafters.net/guix/nvidia/ You could start by adding a per-host.scm and sss-defaults.scm variable, e.g. sss-is-nvidia that is by default
#f
and for you will be #t
, then hack directly into config.scm and wherever needed, by adding some cond statements, and conditionally applying the guide of system crafter
work-in-progress
bug
todo
task