diff options
Diffstat (limited to 'systems')
-rw-r--r-- | systems/akashi.scm | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/systems/akashi.scm b/systems/akashi.scm index 75d76c9..7239af1 100644 --- a/systems/akashi.scm +++ b/systems/akashi.scm @@ -1,15 +1,12 @@ (define-module (systems akashi)) -;; string (define host-name* "akashi") -;; (record* user-account) (define (users) (use-modules (users id1000)) (list uid1000-account)) -;; record* operating-system (define (operating-system*) (use-modules (gnu services guix) (machines thinkpad-x200) @@ -26,9 +23,7 @@ ((@ (gnu services base) udev-rules-service) 'adb-udev (@ (gnu packages android) android-udev-rules)))) - (timezone* "Europe/Warsaw") - ;; (locale* "en_US.utf8") - ) + (timezone* "Europe/Warsaw")) ((@ (suweren system) %suweren-operating-system) kernel* (bootloader-configuration* keyboard-layout) @@ -40,7 +35,6 @@ (swap-devices* host-name*) (users) timezone* - ;; locale* services*))) (define-public operating-system* |