diff options
-rw-r--r-- | px/system/os.scm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/px/system/os.scm b/px/system/os.scm index 31e5034..cc6ceeb 100644 --- a/px/system/os.scm +++ b/px/system/os.scm @@ -275,7 +275,17 @@ return @code{defaule-value} if there is no modification applied." (authorized-keys (append (list %px-substitute-server-key %nonguix-substitute-server-key) - existing-keys))))) + existing-keys)) + (channels (append (list (channel + (name 'pantherx) + (branch "master") + (url "https://channels.pantherx.org/git/panther.git") + (introduction + (make-channel-introduction + "54b4056ac571611892c743b65f4c47dc298c49da" + (openpgp-fingerprint + "A36A D41E ECC7 A871 1003 5D24 524F EB1A 9D33 C9CB")))) + %default-channels)))))) (define* (make-os config #:key (kernel 'libre) |