Compare commits
3 Commits
main
...
d591feff45
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d591feff45 | ||
|
|
06c9b628b6 | ||
|
|
3870b95c4b |
8
alex.tadpole-git.ppp.pm
Normal file
8
alex.tadpole-git.ppp.pm
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
-----BEGIN OPENSSH PRIVATE KEY-----
|
||||||
|
b3BlbnNzaC1rZXktdjEAAAAACmFlczI1Ni1jdHIAAAAGYmNyeXB0AAAAGAAAABDJGnS+ne
|
||||||
|
CYQhwLNFuW0lORAAAAGAAAAAEAAAAzAAAAC3NzaC1lZDI1NTE5AAAAIFoVMhke2g8n48Fa
|
||||||
|
nAdf8Q0K52iHn62D37Zq7MVDbAjEAAAAoLI0dbPITXAhkRXqAKJUh9IsWmviAJE8XMUAMQ
|
||||||
|
WPKr2GUxRwf9rVrIB3/VEhY2xfTFzFOiyPkMu4zFvBFoYyqlpXaojihfJv+obV+SgtxnPT
|
||||||
|
PxmUG5X0HMryYxswpY/kAG4c2Y7iDQZOuN504WSlDV8ZNkmEzr05Nc+JqaY8J70k7Kl1Wr
|
||||||
|
qqtbilUNtETsEGUgXaQ/msYWRmt2K8EwiyhdY=
|
||||||
|
-----END OPENSSH PRIVATE KEY-----
|
||||||
1
alex.tadpole-git.ppp.pm.pub
Normal file
1
alex.tadpole-git.ppp.pm.pub
Normal file
@@ -0,0 +1 @@
|
|||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFoVMhke2g8n48FanAdf8Q0K52iHn62D37Zq7MVDbAjE alex.tadpole-git.ppp.pm
|
||||||
4
flake.lock
generated
4
flake.lock
generated
@@ -242,12 +242,12 @@
|
|||||||
"rev": "662a254ea8065a0f104ccf5a46b59252e1e08b58",
|
"rev": "662a254ea8065a0f104ccf5a46b59252e1e08b58",
|
||||||
"revCount": 54,
|
"revCount": 54,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://git@codeberg.org/ppp/ppp.pm-site.git"
|
"url": "ssh://gitea@git.ppp.pm:1122/alex/ppp.pm-site.git"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"ref": "main",
|
"ref": "main",
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://git@codeberg.org/ppp/ppp.pm-site.git"
|
"url": "ssh://gitea@git.ppp.pm:1122/alex/ppp.pm-site.git"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
pppdotpm-site = {
|
pppdotpm-site = {
|
||||||
url = "git+ssh://git@codeberg.org/ppp/ppp.pm-site.git?ref=main";
|
url = "git+ssh://gitea@git.ppp.pm:1122/alex/ppp.pm-site.git?ref=main";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -23,6 +23,11 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
|
"git.ppp.pm" = {
|
||||||
|
hostname = "git.ppp.pm";
|
||||||
|
identityFile = "/home/alex/.ssh/alex.tadpole-git.ppp.pm";
|
||||||
|
};
|
||||||
|
|
||||||
"codeberg.org" = {
|
"codeberg.org" = {
|
||||||
hostname = "codeberg.org";
|
hostname = "codeberg.org";
|
||||||
identityFile = "/home/alex/.ssh/alex.tadpole-codeberg.org";
|
identityFile = "/home/alex/.ssh/alex.tadpole-codeberg.org";
|
||||||
@@ -84,6 +89,19 @@ in
|
|||||||
path = "${authorizedKeysPath}/alex.pinwheel-tadpole.pub";
|
path = "${authorizedKeysPath}/alex.pinwheel-tadpole.pub";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"alex.tadpole-git.ppp.pm" = {
|
||||||
|
file = ../../../../secrets/tadpole/alex.tadpole-git.ppp.pm.age;
|
||||||
|
path = "/home/alex/.ssh/alex.tadpole-git.ppp.pm";
|
||||||
|
owner = "alex";
|
||||||
|
group = "users";
|
||||||
|
};
|
||||||
|
"alex.tadpole-git.ppp.pm.pub" = {
|
||||||
|
file = ../../../../secrets/tadpole/alex.tadpole-git.ppp.pm.pub.age;
|
||||||
|
path = "/home/alex/.ssh/alex.tadpole-git.ppp.pm.pub";
|
||||||
|
owner = "alex";
|
||||||
|
group = "users";
|
||||||
|
};
|
||||||
|
|
||||||
"alex.tadpole-codeberg.org" = {
|
"alex.tadpole-codeberg.org" = {
|
||||||
file = ../../../../secrets/tadpole/alex.tadpole-codeberg.org.age;
|
file = ../../../../secrets/tadpole/alex.tadpole-codeberg.org.age;
|
||||||
path = "/home/alex/.ssh/alex.tadpole-codeberg.org";
|
path = "/home/alex/.ssh/alex.tadpole-codeberg.org";
|
||||||
|
|||||||
@@ -45,5 +45,7 @@ in {
|
|||||||
"tadpole/root.tadpole.pub.age".publicKeys = [ tadpole alex ];
|
"tadpole/root.tadpole.pub.age".publicKeys = [ tadpole alex ];
|
||||||
"tadpole/alex.tadpole-codeberg.org.age".publicKeys = [ tadpole alex ];
|
"tadpole/alex.tadpole-codeberg.org.age".publicKeys = [ tadpole alex ];
|
||||||
"tadpole/alex.tadpole-codeberg.org.pub.age".publicKeys = [ tadpole alex ];
|
"tadpole/alex.tadpole-codeberg.org.pub.age".publicKeys = [ tadpole alex ];
|
||||||
|
"tadpole/alex.tadpole-git.ppp.pm.age".publicKeys = [ tadpole alex ];
|
||||||
|
"tadpole/alex.tadpole-git.ppp.pm.pub.age".publicKeys = [ tadpole alex ];
|
||||||
"tadpole/gitea-dbpassword.age".publicKeys = [ tadpole alex ];
|
"tadpole/gitea-dbpassword.age".publicKeys = [ tadpole alex ];
|
||||||
}
|
}
|
||||||
|
|||||||
9
secrets/tadpole/alex.tadpole-git.ppp.pm.age
Normal file
9
secrets/tadpole/alex.tadpole-git.ppp.pm.age
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
age-encryption.org/v1
|
||||||
|
-> ssh-ed25519 5R7G9A SjTykRW7aC2zFTfn1iwWLyL7c3vch2CkXFeuK2DoGho
|
||||||
|
kB7DS7oisvaXAT3e/5TjGJ+2fh6cBYPNV1RroqiHmHY
|
||||||
|
-> ssh-ed25519 +oNaHQ rTFOC8msC/pYYz1+KyDE4I25QP/wuVod3BC18l4HFl0
|
||||||
|
QedkePuE4SRMYcv9bXWhfkIO5qrybshEM2+ksapF1Eg
|
||||||
|
--- NWT5RQkz3KjzSD5DOqDei/sYcgsWuAWHmjEN1taV+ZQ
|
||||||
|
iˆ•å¸!äÚwqÅ`·1l†uú÷j@¡¹,"º†¶ÉƒâÚ<1E>~&fDÍwÆnòˆÁD„ú1v*ç¶£›»Pš®
|
||||||
|
á,[xÏó~(ni"¦“O¹äbrK¸mC’02ÝD‰„°õž±íq9ÝŽùÚaäѰ_cûº‡¢‡æÄæiÐH˜ZIo®›Ù1á»ÄÈ<`g¸C¯Ñׂuõ/¬å21Qˆ2<CB86>!(‘€º2<C2BA>Hê„DÖéŠp+úh]ùÄYéO.vи%~ ™•‘^¶ÇöMÍmøßâÂjP@ð~°³ó_LVŠfsµxºÊ£%ÈxQï"S®%-dA9Y•·ìIo|« QÕ‰ôú…Ö$Þrº¡Äŵ»!ëðå”›uþ<75>¢áHtèTM±v’P<E28099>ðNè´Ð†}#ÞCñp¬»| ~†³]ªö5³“_Bw°£]¹€
|
||||||
|
‘Ëÿ°‚ ƒfîò!~·IN<ì<>BѰÊVulÜOûÏGç}0@Sy×^V!ôò»K4ÅŽbûèX§údì[ÇãÆèdªZ–?j…hK?$»J/ëPgU(tò K×ÖFV%½5x É:Ç»Îv]U‘µö…]Øzýê‹R=Ø‹ú¾áÚ£B\—Õ7¸`Ú$ài
|
||||||
BIN
secrets/tadpole/alex.tadpole-git.ppp.pm.pub.age
Normal file
BIN
secrets/tadpole/alex.tadpole-git.ppp.pm.pub.age
Normal file
Binary file not shown.
Reference in New Issue
Block a user