From 8aa6f8289b2ca2e88dab5d733b5508feca48eae6 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 7 Jul 2025 12:27:24 +0200 Subject: systems: standardise label creation All operating-system records are configured to prepend default labels with respective host names. ----- Some minor adaptations had to performed. --- deployment/systems/aisaka.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deployment/systems/aisaka.scm') diff --git a/deployment/systems/aisaka.scm b/deployment/systems/aisaka.scm index fa76904..c5c687c 100644 --- a/deployment/systems/aisaka.scm +++ b/deployment/systems/aisaka.scm @@ -404,6 +404,8 @@ (define-public system (gnu:system:operating-system (bootloader system-bootloader) + (label (sovereign:systems:operating-system-label* system-name + (gnu:system:operating-system-default-label gnu:system:this-operating-system))) (kernel nongnu:packages:linux:linux) (keyboard-layout system-keyboard-layout) (initrd nongnu:system:linux-initrd:microcode-initrd) -- cgit v1.2.3