From ea784c2b10f9e04a0a8e07f3b09b54d1a4409f7b Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sat, 28 Sep 2024 23:11:08 +0200 Subject: refactor(akashi): remove comments --- systems/akashi.scm | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'systems/akashi.scm') 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* -- cgit v1.2.3