summaryrefslogtreecommitdiff
path: root/systems/akashi.scm
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-09-29 06:38:04 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-09-29 06:43:05 +0200
commit83781dda05be56ae7c402eb6c6b582da6fa90bd1 (patch)
tree5daa5d4575ebe40393da0f492ca6486904de7c37 /systems/akashi.scm
parentea784c2b10f9e04a0a8e07f3b09b54d1a4409f7b (diff)
refactor(systems): change %suweren-operating-system to plain record
Diffstat (limited to 'systems/akashi.scm')
-rw-r--r--systems/akashi.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/systems/akashi.scm b/systems/akashi.scm
index 7239af1..67d80a0 100644
--- a/systems/akashi.scm
+++ b/systems/akashi.scm
@@ -10,6 +10,7 @@
(define (operating-system*)
(use-modules (gnu services guix)
(machines thinkpad-x200)
+ (suweren system)
(users id1000))
(let* ((home-environments `((,uid1000-name ,(uid1000-home-environment host-name*))))
@@ -24,7 +25,8 @@
'adb-udev
(@ (gnu packages android) android-udev-rules))))
(timezone* "Europe/Warsaw"))
- ((@ (suweren system) %suweren-operating-system)
+ ((@ (gnu system) operating-system)
+ (inherit %suweren-operating-system)
kernel*
(bootloader-configuration* keyboard-layout)
keyboard-layout