chore: commit secrets

pull/1/head
anemofilia 2023-08-10 14:44:47 -03:00
parent 1376472a08
commit 7d41c9811c
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
2 changed files with 12 additions and 1 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
modules/radix/secrets.scm

11
modules/radix/secrets.scm Normal file
View File

@ -0,0 +1,11 @@
(define-module (radix secrets)
#:use-module (gnu)
#:export (%radio-password %root-password))
(define %radio-password
(string-append "$6$abc$YPieZeEBpa7oUo62ytkieOKzTNso/iGRSeB.GvH"
"9A3qM78WRGWIiQlK9gImWrLJw0ll18pjVgDNNamGeUV44G/"))
(define %root-password
(string-append "$6$adsfc$51FzeGnMnVnyYiVotX8siJKUPFj8Na4aQRI7Ri"
"LXfttd5CrX8Ut1M5iteLWlEtNNDMlmFIuKTEegoR5L9avOA1"))