Changeset 677da09 in dotfiles for guix/config-desktop.scm
- Timestamp:
- Dec 16, 2024, 10:00:07 PM (5 weeks ago)
- Branches:
- master
- Children:
- 85b8279
- Parents:
- eb58262
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
guix/config-desktop.scm
reb58262 r677da09 118 118 (map 119 119 specification->package 120 '("font-gnu-freefont" "font-gnu-unifont" " nix" "virt-manager" "bridge-utils" "xmodmap" "gvfs" "ovmf-x86-64" "efibootmgr"120 '("font-gnu-freefont" "font-gnu-unifont" "virt-manager" "bridge-utils" "xmodmap" "gvfs" "ovmf-x86-64" "efibootmgr" 121 121 "cryptsetup" "mdadm")) 122 122 %base-packages)) … … 209 209 (inherit config) 210 210 (authorized-keys (append (list 211 (plain-file "droidian" 211 212 "(public-key 212 213 (ecc … … 215 216 ) 216 217 ) 217 " 218 219 ;; nonguix 220 ;; "(public-key 221 ;; (ecc 222 ;; (curve Ed25519) 223 ;; (q #C1FD53E5D4CE971933EC50C9F307AE2171A2D3B52C804642A7A35F84F3A4EA98#) 224 ;; ) 225 ;; )" 218 ") 226 219 ) %default-authorized-guix-keys)) 227 220 ;; (substitute-urls
Note:
See TracChangeset
for help on using the changeset viewer.