diff options
| author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2026-03-26 14:26:37 +0100 |
|---|---|---|
| committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2026-03-26 15:05:24 +0100 |
| commit | 03c207213fa36567537d09c11a86bb3c94605b7a (patch) | |
| tree | d7b372bb389c1668d73891c102f81cf467f1020c /deployment/systems/mcdowell.scm | |
| parent | eafb8a30eb95b56c0de258aa08ecb24354188abf (diff) | |
implement a common module for system definitions
Diffstat (limited to 'deployment/systems/mcdowell.scm')
| -rw-r--r-- | deployment/systems/mcdowell.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/deployment/systems/mcdowell.scm b/deployment/systems/mcdowell.scm index 7da49e8..341bb50 100644 --- a/deployment/systems/mcdowell.scm +++ b/deployment/systems/mcdowell.scm @@ -79,7 +79,7 @@ (authorized-keys (list deployment:keys:rakan-guix)) (build-machines (list rakan-machine)))) -(define system +(define-public system (let* ( (l-guix-homes (list users:id1000:named-home-environment)) (l-guix-home-service (sovereign:systems:guix-home-service l-guix-homes)) @@ -118,5 +118,4 @@ (services l-services) (sudoers-file sovereign:systems:%sovereign-sudoers-specification)))) -(define-public operating-system* - system) +(define-public operating-system* system) |
