summaryrefslogtreecommitdiff
path: root/deployment/systems/akashi.scm
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2025-07-23 23:23:39 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2025-07-23 23:23:39 +0200
commit7ade7e29ba1dc1585398db801812126818319549 (patch)
treeb1b6ec0e70ba7e2497ed71bdc459089f3c0e8656 /deployment/systems/akashi.scm
parentd79cd4552df19cee7eb3c3a72b5e70858bd879d2 (diff)
[4] systems: delete imports of (suweren system) module
This removal is part of a process to decomission Distribution channel. --- The ultimate goal is to move useful code from Distribution channel to either Sovereign or Deployment channels. Everything else will be deleted and ultimately will be removed from network. --- The (suweren system) module was imported in aisaka, akashi and ayase systems. --- All these imports are deleted. --- After this (suweren system) module can be deleted from Distribution channel.
Diffstat (limited to 'deployment/systems/akashi.scm')
-rw-r--r--deployment/systems/akashi.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/deployment/systems/akashi.scm b/deployment/systems/akashi.scm
index acf2e01..dc2f65e 100644
--- a/deployment/systems/akashi.scm
+++ b/deployment/systems/akashi.scm
@@ -22,7 +22,6 @@
"akashi")
(define (file-systems)
- (use-modules (suweren system))
(cons* root-partition
gnu:system:file-systems:%base-file-systems))
@@ -31,7 +30,6 @@
"pl"))
(define (services)
- (use-modules (suweren system))
(let* ((home-environments `((,uid1000-name ,uid1000-home-environment)))
(guix-home ((@ (gnu services) service)
gnu:services:guix:guix-home-service-type