Poista #:firmware asetus base-operating-system -funktiosta
This commit is contained in:
parent
0273a7b240
commit
ca4d6b1c9d
@ -20,13 +20,13 @@
|
||||
#:use-module (sops services sops)
|
||||
#:export (base-operating-system))
|
||||
|
||||
(define* (base-operating-system host-name #:key (firmware (list linux-firmware)))
|
||||
(define* (base-operating-system host-name)
|
||||
(operating-system
|
||||
(kernel linux)
|
||||
(kernel-arguments
|
||||
(append '("resume=oms-guix-swap") %default-kernel-arguments))
|
||||
(initrd microcode-initrd)
|
||||
(firmware firmware)
|
||||
(firmware (list linux-firmware))
|
||||
(locale "fi_FI.utf8")
|
||||
(timezone "Europe/Helsinki")
|
||||
(keyboard-layout (keyboard-layout "fi"))
|
||||
@ -138,8 +138,7 @@ ID with the extended system as it's value."
|
||||
(append '("vmd") (operating-system-initrd-modules base))))))
|
||||
|
||||
(define-system oms-kone
|
||||
(let ((base (base-operating-system "OMS-kone"
|
||||
#:firmware (list ibt-hw-firmware iwlwifi-firmware)))
|
||||
(let ((base (base-operating-system "OMS-kone"))
|
||||
(wpa-psk (sops-secret
|
||||
(key '("wpa-psk"))
|
||||
(file (channel-file "sops/OMS-kone.yaml"))))
|
||||
@ -149,6 +148,7 @@ ID with the extended system as it's value."
|
||||
(operating-system
|
||||
(inherit base)
|
||||
(kernel-arguments %default-kernel-arguments)
|
||||
(firmware (list ibt-hw-firmware iwlwifi-firmware))
|
||||
(swap-devices '())
|
||||
(services
|
||||
(append
|
||||
|
||||
Loading…
Reference in New Issue
Block a user