Compare commits

..

No commits in common. "d03c040c1921892f7ec5bada58a6e65a323438c8" and "1b190e1774ee5c0137125aa49a9964031dfe7bba" have entirely different histories.

4 changed files with 5 additions and 17 deletions

View file

@ -1 +0,0 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPSvC13VgZuP40kWP82fnuthD6h2nXrm5uRgicZNSRTD cardno:24 409 474

View file

@ -1,6 +0,0 @@
(public-key
(ecc
(curve Ed25519)
(q #3E9614FD06AF20F9534DA0DE64FB9004878789744F26FFF2FF381E2EED1DEAC9#)
)
)

View file

@ -3,7 +3,7 @@
(url "https://git.savannah.gnu.org/git/guix.git")
(branch "master")
(commit
"414d6d7f3234e6230366b2f6edc32b4060f01aee")
"59b2a60d0041882d732e1766e28f0df5a1ef1ac1")
(introduction
(make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad"
@ -24,8 +24,8 @@
(name 'sakura)
(url "https://g.freya.cat/freya/sakura")
(branch "main")
(commit
"490f9018f0de343c7192c8a2d1f3d9d66f180c8d")
;(commit
; "2f5141276f50169cebe682f98a8c64d6c085aafb")
(introduction
(make-channel-introduction
"490f9018f0de343c7192c8a2d1f3d9d66f180c8d"

View file

@ -224,9 +224,6 @@
; openssh
(service openssh-service-type
(openssh-configuration
(authorized-keys
`(("freya" ,(local-file "../../certs/gpgkey.pub"))
("root" ,(local-file "../../certs/gpgkey.pub"))))
(permit-root-login #t)
(allow-empty-passwords? #t)
(password-authentication? #f)
@ -239,12 +236,10 @@
(guix-configuration
(inherit config)
(substitute-urls
(append (list "https://substitutes.nonguix.org"
"https://substitutes.freya.cat")
(append (list "https://substitutes.nonguix.org")
%default-substitute-urls))
(authorized-keys
(append (list (local-file "../../certs/non-guix.pub")
(local-file "../../certs/sakura.pub"))
(append (list (local-file "../../certs/non-guix.pub"))
%default-authorized-guix-keys)))))))
(define-public %desktop-freya-services