diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-06-18 11:58:45 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-06-18 11:58:45 +0200 |
commit | 7152b443d742f96e19050f04513c21f0b5af1f7f (patch) | |
tree | 9982b77e6072b863c579d83010d676959f1d9802 /deployment/systems/akashi.scm | |
parent | 376ae4bf32d87a1f6262befd348bd0c9465d7811 (diff) |
systems: stop importing dead modules
Diffstat (limited to 'deployment/systems/akashi.scm')
-rw-r--r-- | deployment/systems/akashi.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deployment/systems/akashi.scm b/deployment/systems/akashi.scm index 8dd0e80..97f0681 100644 --- a/deployment/systems/akashi.scm +++ b/deployment/systems/akashi.scm @@ -6,7 +6,6 @@ #:use-module ((gnu services guix) #:prefix gnu:services:guix:) #:use-module ((machines thinkpad-x200) #:prefix machines:thinkpad-x200:) #:use-module ((sovereign systems) #:prefix sovereign:systems:) - #:use-module ((suweren commons sudoers) #:prefix suweren:commons:sudoers:) #:use-module (users id1000)) (define root-partition |