diff options
| author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2026-05-23 00:59:45 +0200 |
|---|---|---|
| committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2026-05-23 00:59:45 +0200 |
| commit | acc894c196a7a1b25c1e4dfc6d9351fd4b728b92 (patch) | |
| tree | c531c187089c1e8c1f63801a61a2d14bbc9cbfda /deployment/system.scm | |
| parent | ab286b70dbec319b184727ef58882e767bb62990 (diff) | |
(system aisaka): rename system-name to host-name-aisaka
Diffstat (limited to 'deployment/system.scm')
| -rw-r--r-- | deployment/system.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/system.scm b/deployment/system.scm index ea7e6af..766d4d0 100644 --- a/deployment/system.scm +++ b/deployment/system.scm @@ -91,13 +91,13 @@ (kernel-arguments gnu:system:%default-kernel-arguments) (hurd #f) (bootloader sovereign:devices:amd64:custom-bootloader-configuration) - (label (sovereign:systems:operating-system-label* deployment:system:aisaka:system-name + (label (sovereign:systems:operating-system-label* deployment:system:aisaka:host-name-aisaka gnu:system:this-operating-system)) (keyboard-layout deployment:system:aisaka:system-keyboard-layout) (initrd nongnu:system:linux-initrd:microcode-initrd) (initrd-modules gnu:system:linux-initrd:%base-initrd-modules) (firmware (list nongnu:packages:linux:linux-firmware)) - (host-name deployment:system:aisaka:system-name) + (host-name deployment:system:aisaka:host-name-aisaka) (hosts-file #f) (mapped-devices (list)) (file-systems (cons* deployment:system:aisaka:file-system-root |
