3 (srfi srfi-1)) ;for 'remove'
4 (use-service-modules admin desktop mail networking pm ssh xorg)
9 (timezone "America/Toronto")
11 (keyboard-layout "us" "basic"))
13 (bootloader-configuration
14 (bootloader grub-bootloader)
16 (keyboard-layout keyboard-layout)))
20 (uuid "3d9d579d-3626-4fb2-9c16-beae804f1cf9"))
22 (type luks-device-mapping))))
26 (device "/dev/mapper/groot")
28 (dependencies mapped-devices))
30 (users (cons* (user-account
33 (home-directory "/home/bandali")
35 '("wheel" "netdev" "audio" "video")))
39 (list (specification->package "nss-certs"))
43 (service xfce-desktop-service-type)
44 (service openssh-service-type)
45 (set-xorg-configuration
47 (keyboard-layout keyboard-layout)))
48 (dovecot-service #:config
49 (dovecot-configuration
50 ;; (log-path "/dev/stderr")
51 (protocols (list (protocol-configuration
54 (listen '("127.0.0.1"))
55 (disable-plaintext-auth? #f)
56 (auth-mechanisms '("plain"))
57 (postmaster-address "bandali@gnu.local")
58 (mail-location "maildir:/home/bandali/mail/%d/%n/mail")
59 (userdbs (list (userdb-configuration
61 (args (list "uid=bandali" "gid=users" "home=/home/bandali/mail/%d/%n")))))
62 (passdbs (list (passdb-configuration
63 (driver "passwd-file")
64 (args (list "/home/bandali/.config/dovecot/passwd")))))))
65 (service rottlog-service-type
66 (rottlog-configuration))
67 (service thermald-service-type)
68 (service tlp-service-type
71 (sound-power-save-on-bat 0)
72 (sound-power-save-controller? #f)
73 ;; (usb-blacklist "0e8f:00a8") ;for some reason doesn't seem to work
74 (usb-autosuspend? #f)))
75 (simple-service 'my-powertop-auto-tune activation-service-type
76 #~(zero? (system* #$(file-append powertop "/sbin/powertop")
78 ;; (service slim-service-type
79 ;; (slim-configuration
82 ;; (service slim-service-type
83 ;; (slim-configuration
86 ;; (remove (lambda (service)
87 ;; (eq? (service-kind service) gdm-service-type))