diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-06-06 18:28:49 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-06-06 19:00:32 +0200 |
commit | 916654d3ee3415d548461de2155ee913bd5cb9aa (patch) | |
tree | 1b33dd71d4fd5219c6d32ec832f7c32fccd90b03 /systems/ayase | |
parent | 6a3376af99a9fb6e9b3dbdffde16c8dbb8dbaa24 (diff) |
follow the relocation of commons in distribution
Diffstat (limited to 'systems/ayase')
-rw-r--r-- | systems/ayase/system-configuration.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/ayase/system-configuration.scm b/systems/ayase/system-configuration.scm index 8c613ea..a520041 100644 --- a/systems/ayase/system-configuration.scm +++ b/systems/ayase/system-configuration.scm @@ -1,5 +1,4 @@ (define-module (systems ayase system-configuration) - #:use-module (commons sudoers) #:use-module (gnu) #:use-module (gnu services cups) #:use-module (gnu services networking) @@ -7,6 +6,7 @@ #:use-module (gnu services xorg) #:use-module (nongnu packages linux) #:use-module (nongnu system linux-initrd) + #:use-module (suweren commons sudoers) #:use-module (suweren services)) (define bootloader-targets |