From 60bb62af4e2f75d5ba9b9974409d7b499d6b1d4b Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Fri, 29 May 2026 11:41:02 +0200 Subject: (machines): remove dead modules --- deployment/system/akashi.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'deployment/system') diff --git a/deployment/system/akashi.scm b/deployment/system/akashi.scm index 8a3602f..aec057d 100644 --- a/deployment/system/akashi.scm +++ b/deployment/system/akashi.scm @@ -21,6 +21,7 @@ (define-module (deployment system akashi) #:export (host-name) #:use-module (guix gexp) + #:use-module (sovereign bootloader) #:use-module (users id1000) #:use-module ((deployment gexp) #:prefix deployment:gexp:) @@ -50,8 +51,6 @@ #:prefix gnu:system:shadow:) #:use-module ((guix diagnostics) #:prefix guix:diagnostics:) - #:use-module ((machines thinkpad-x200) - #:prefix machines:thinkpad-x200:) #:use-module ((sovereign systems) #:prefix sovereign:systems:)) @@ -103,7 +102,7 @@ "thinkpad_acpi.fan='level 7'" gnu:system:%default-kernel-arguments)) (hurd #f) - (bootloader (machines:thinkpad-x200:bootloader-configuration* system-keyboard-layout)) + (bootloader (custom-bootloader-configuration (list "/dev/sda"))) (label (sovereign:systems:operating-system-label* host-name gnu:system:this-operating-system)) (keyboard-layout system-keyboard-layout) @@ -115,7 +114,7 @@ (mapped-devices (list)) (file-systems (cons* root-partition gnu:system:file-systems:%base-file-systems)) - (swap-devices (machines:thinkpad-x200:swap-devices* host-name)) + (swap-devices (list)) (users (list uid1000-account)) (groups gnu:system:shadow:%base-groups) (skeletons (gnu:system:shadow:default-skeletons)) -- cgit v1.3