diff options
Diffstat (limited to 'deployment/systems/akashi.scm')
| -rw-r--r-- | deployment/systems/akashi.scm | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/deployment/systems/akashi.scm b/deployment/systems/akashi.scm index aa09381..ca1a468 100644 --- a/deployment/systems/akashi.scm +++ b/deployment/systems/akashi.scm @@ -35,18 +35,18 @@ (define offload-hub #~(build-machine - (name "www.marekpasnikowski.pl") - (systems (list "x86_64-linux" - "i686-linux")) - (user "marek") - (host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM0Eh0q54myeSEironEP9DEKl+ownYuH7oSgAVuLIDNt root@aisaka") - (port 23) - (private-key "/home/marek/.ssh/id_ed25519"))) + (name "www.marekpasnikowski.pl") + (systems (list "x86_64-linux" + "i686-linux")) + (user "marek") + (host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM0Eh0q54myeSEironEP9DEKl+ownYuH7oSgAVuLIDNt root@aisaka") + (port 23) + (private-key "/home/marek/.ssh/id_ed25519"))) (define guix-offload-targets (gnu:services:base:guix-extension - (authorized-keys (list deployment:keys:aisaka-guix)) - (build-machines (list offload-hub)))) + (authorized-keys (list deployment:keys:aisaka-guix)) + (build-machines (list offload-hub)))) (define offload-extension (gnu:services:simple-service 'offload-extension @@ -55,13 +55,13 @@ (define (services) (let* - ( (home-environments `((,uid1000-name ,uid1000-home-environment))) - (guix-home (gnu:services:service - gnu:services:guix:guix-home-service-type - home-environments))) - (append sovereign:systems:%sovereign-services - (list guix-home - offload-extension)))) + ( (home-environments `((,uid1000-name ,uid1000-home-environment))) + (guix-home (gnu:services:service + gnu:services:guix:guix-home-service-type + home-environments))) + (append sovereign:systems:%sovereign-services + (list guix-home + offload-extension)))) (define users (list uid1000-account)) @@ -69,21 +69,21 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (define-public operating-system* - (gnu:system:operating-system - (kernel gnu:packages:linux:linux-libre) - (kernel-arguments (cons* "thinkpad_acpi.fan_control=1" - "thinkpad_acpi.fan='level 7'" - gnu:system:%default-kernel-arguments)) - (bootloader (machines:thinkpad-x200:bootloader-configuration* keyboard-layout*)) - (label (sovereign:systems:operating-system-label* host-name* - gnu:system:this-operating-system)) - (keyboard-layout keyboard-layout*) - (host-name host-name*) - (file-systems (file-systems)) - (swap-devices (machines:thinkpad-x200:swap-devices* host-name*)) - (users users) - (timezone "Europe/Warsaw") - (locale sovereign:systems:pl-locale) - (locale-definitions sovereign:systems:%sovereign-locale-definitions) - (services (services)) - (sudoers-file sovereign:systems:%sovereign-sudoers-specification))) + (gnu:system:operating-system + (kernel gnu:packages:linux:linux-libre) + (kernel-arguments (cons* "thinkpad_acpi.fan_control=1" + "thinkpad_acpi.fan='level 7'" + gnu:system:%default-kernel-arguments)) + (bootloader (machines:thinkpad-x200:bootloader-configuration* keyboard-layout*)) + (label (sovereign:systems:operating-system-label* host-name* + gnu:system:this-operating-system)) + (keyboard-layout keyboard-layout*) + (host-name host-name*) + (file-systems (file-systems)) + (swap-devices (machines:thinkpad-x200:swap-devices* host-name*)) + (users users) + (timezone "Europe/Warsaw") + (locale sovereign:systems:pl-locale) + (locale-definitions sovereign:systems:%sovereign-locale-definitions) + (services (services)) + (sudoers-file sovereign:systems:%sovereign-sudoers-specification))) |
