summaryrefslogtreecommitdiff
path: root/deployment/systems/asakura.scm
AgeCommit message (Collapse)Author
2 daysimplement a common module for system definitionsMarek Paśnikowski
2 daysremove duplicate openssh services as it has been introduced to ↵Marek Paśnikowski
%sovereign-services
3 dayschange name/home-environment in names to named-home-environmentMarek Paśnikowski
2025-12-16systems: export default label generation to (sovereign systems)Marek Paśnikowski
It is not possible to otherwise construct a nice-looking definition of a system label. That is because of a restriction by a lexical scope requirement. The gnu:system:operating-system-default-label funciton is instead called in (sovereign systems) module. * deployment/systems/aisaka.scm (operating-system): do this. * deployment/systems/akashi.scm (operating-system): do this. * deployment/systems/asakura.scm (operating-system): do this. * deployment/systems/cokolwiek.scm (operating-system): do this. * deployment/systems/mcdowell.scm (operating-system): do this. * deployment/systems/rakan.scm (operating-system): do this.
2025-10-17systems: rename ayase to asakuraMarek Paśnikowski