diff options
| author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2026-05-15 13:37:45 +0200 |
|---|---|---|
| committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2026-05-16 08:15:55 +0200 |
| commit | 1c740549991d06798e882ebfc19a4c4e128cb033 (patch) | |
| tree | 27105ad19af9f932424ed5223d2412c63cf96bd3 /deployment/system/cokolwiek.scm | |
| parent | 080d2e2f4e315163c552c7a5bd97aee51704d64c (diff) | |
(system): adapt to a bootloader installation fix
Diffstat (limited to 'deployment/system/cokolwiek.scm')
| -rw-r--r-- | deployment/system/cokolwiek.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/system/cokolwiek.scm b/deployment/system/cokolwiek.scm index f5015c5..fcc3980 100644 --- a/deployment/system/cokolwiek.scm +++ b/deployment/system/cokolwiek.scm @@ -60,7 +60,7 @@ (define file-system-efi (let* ( (l-system-name (string-upcase system-name)) - (l-device (sovereign:devices:file-system-label l-system-name))) + (l-device (sovereign:devices:file-system-label "BOOT"))) (gnu:system:file-systems:file-system (inherit sovereign:devices:file-system/efi) (device l-device)))) @@ -86,7 +86,7 @@ ( (l-guix-homes (list users:id1000:named-home-environment users:id1001:named-home-environment)) (l-guix-home-service (sovereign:systems:guix-home-service l-guix-homes)) - (l-bootloader (sovereign:devices:amd64:custom-bootloader-configuration system-name)) + (l-bootloader sovereign:devices:amd64:custom-bootloader-configuration) (l-file-systems (cons* file-system-root file-system-efi gnu:system:file-systems:%base-file-systems)) |
