summaryrefslogtreecommitdiff
path: root/systems/mcdowell.scm
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-10-14 05:25:41 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-10-14 05:25:41 +0200
commit5af25df28c82e9221ae181b2385baaa7ba0a4e80 (patch)
tree892e9a50902d90a47e7eec9da1bde0188ef8b326 /systems/mcdowell.scm
parent82da89d19d76be9a38d2180e2b4253436054b859 (diff)
refactor(mcdowell): implement essential-services of operating-system*
Diffstat (limited to 'systems/mcdowell.scm')
-rw-r--r--systems/mcdowell.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm
index c19230e..c105892 100644
--- a/systems/mcdowell.scm
+++ b/systems/mcdowell.scm
@@ -78,6 +78,7 @@
(firmware* (@ (machines amd64) firmware*))
(initrd* (@ (machines amd64) initrd*))
(kernel-amd64 (@ (machines amd64) kernel-amd64))
+ (operating-system-default-essential-services (@ (gnu system) operating-system-default-essential-services))
(polish-locale-string (@ (suweren system) polish-locale-string))
(swap-devices* (@ (machines amd64) swap-devices*)))
((@ (gnu system) operating-system)
@@ -105,6 +106,8 @@
(locale-definitions %suweren-locale-definitions)
(locale-libcs %default-locale-libcs)
(name-service-switch %default-nss)
+ (essential-services (operating-system-default-essential-services
+ (@ (gnu system) this-operating-system)))
(services services-mcdowell))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;