summaryrefslogtreecommitdiff
path: root/px/system/config/pxconfig
blob: f30b93b0f61db680a058e6474c1ad1e61bdc61e8 (plain)
1
2
3
4
5
6
7
8
9
10
11

(define-module (pxconfig)
        #:export (username comment groupname timezone locale hostname)
        #:declarative? #f)

(define username "panther")
(define comment  "-")
(define groupname "users")
(define hostname "my-computer.local")
(define timezone "Europe/Berlin")
(define locale "en_US.UTF-8")