Changeset 5516569 in dotfiles for guix/config.scm


Ignore:
Timestamp:
Oct 6, 2022, 12:26:10 PM (2 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
2107e51
Parents:
a48604f
git-author:
Mikhail Kirillov <w96k@…> (10/06/22 12:24:57)
git-committer:
Mikhail Kirillov <w96k@…> (10/06/22 12:26:10)
Message:

Add changes to config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • guix/config.scm

    ra48604f r5516569  
    122122   '("grp:shifts_toggle"
    123123     "caps:ctrl_modifier")))
    124  (kernel linux-libre-5.19)
    125  ;; (kernel-loadable-modules '())
     124 ;; (kernel linux-libre-5.19)
     125 ;; (kernel-loadable-modules '(acpi-call-linux-module))
    126126 (kernel-arguments
    127127   '("consoleblank=0"
     
    168168      "ratpoison"
    169169      "wmname"
    170       "fvwm"
    171       "cagebreak" ;; ratpoison for wayland that works very poorly
    172170      "windowmaker"
    173171      "nss-certs"
     
    213211  (cons*
    214212   (service docker-service-type)
     213   (service thermald-service-type)
    215214   (service virtlog-service-type)
    216215   (service libvirt-service-type
     
    236235                           ,thinkpad-acpi-config)))
    237236
    238    (simple-service 'fancontrol-config etc-service-type
    239                    (list `("fancontrol"
    240                            ,fancontrol-config)))
    241 
    242    (simple-service 'thinkfan-config etc-service-type
    243                    (list `("thinkfan.conf"
    244                            ,thinkfan-config)))
     237   ;; (simple-service 'fancontrol-config etc-service-type
     238   ;;              (list `("fancontrol"
     239   ;;                      ,fancontrol-config)))
     240
     241   ;; (simple-service 'thinkfan-config etc-service-type
     242   ;;              (list `("thinkfan.conf"
     243   ;;                      ,thinkfan-config)))
    245244
    246245   (simple-service 'i915-config etc-service-type
     
    291290   ;;         (keyboard-layout keyboard-layout)))
    292291
    293    (service hurd-vm-service-type
    294             (hurd-vm-configuration
    295              (disk-size (* 8 (expt 2 30))) ;12GiB
    296              (memory-size 1024)))
     292   ;; (service hurd-vm-service-type
     293   ;;          (hurd-vm-configuration
     294   ;;           (disk-size (* 8 (expt 2 30))) ;12GiB
     295   ;;           (memory-size 1024)))
    297296
    298297   (service slim-service-type
     
    305304   
    306305   (modify-services %desktop-services
    307                     (delete gdm-service-type)
    308                     ;; (network-manager-service-type config =>
    309                     ;;                    (network-manager-configuration
    310                     ;;                    (inherit config)
    311                     ;;                    (vpn-plugins (list network-manager-openvpn))))
    312                     ;; (guix-service-type
    313 ;;                   config =>
    314 ;;                   (guix-configuration
    315 ;;                    (inherit config)
    316 ;;                    (substitute-urls
    317 ;;                     (list "http://ci.guix.trop.in"
    318 ;;                                   ;; "https://4zwzi66wwdaalbhgnix55ea3ab4pvvw66ll2ow53kjub6se4q2bclcyd.onion"
    319 ;;                                   "https://bordeaux.guix.gnu.org"
    320 ;;                                   "https://substitutes.nonguix.org"))
    321 ;;                    (authorized-keys
    322 ;;                        (append (list
    323 ;;                              (plain-file "non-guix.pub"
    324 ;; "(public-key
    325 ;;  (ecc
    326 ;;   (curve Ed25519)
    327 ;;   (q #C1FD53E5D4CE971933EC50C9F307AE2171A2D3B52C804642A7A35F84F3A4EA98#)
    328 ;;   )
    329 ;;  )")
    330 ;;                              (plain-file "yunohost.pub"
    331 ;; "(public-key
    332 ;;  (ecc
    333 ;;   (curve Ed25519)
    334 ;;   (q #32F6DB936016E836C4A888F217C430C0F40A051864F59A47FC218F991233750D#)
    335 ;;   )
    336 ;;  )"))
    337 ;;                             %default-authorized-guix-keys))
    338 ;;                    ;; (http-proxy "http://localhost:9250")
    339 ;;                    ))
    340                     )))
     306                    (delete gdm-service-type))))
    341307
    342308 (bootloader
Note: See TracChangeset for help on using the changeset viewer.