Compare commits
4 Commits
b515d9da74
...
32acd3a55c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
32acd3a55c | ||
|
|
10b8f99193 | ||
|
|
25043c3856 | ||
|
|
3180842d6a |
@@ -11,3 +11,5 @@
|
||||
[url "git@codeberg.org:"]
|
||||
insteadOf = https://codeberg.org/
|
||||
|
||||
[url "gitea@git.ppp.pm:"]
|
||||
insteadOf = https://git.ppp.pm/
|
||||
|
||||
@@ -48,6 +48,11 @@
|
||||
hostname = "codeberg.org";
|
||||
identityFile = "/home/alex/.ssh/alex.pinwheel-codeberg.org";
|
||||
};
|
||||
|
||||
"git.ppp.pm" = {
|
||||
hostname = "git.ppp.pm";
|
||||
identityFile = "/home/alex/.ssh/alex.pinwheel-git.ppp.pm";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -106,6 +111,19 @@
|
||||
group = "users";
|
||||
};
|
||||
|
||||
"alex.pinwheel-git.ppp.pm" = {
|
||||
file = ../../../../secrets/pinwheel/alex.pinwheel-git.ppp.pm.age;
|
||||
path = "/home/alex/.ssh/alex.pinwheel-git.ppp.pm.org";
|
||||
owner = "alex";
|
||||
group = "users";
|
||||
};
|
||||
"alex.pinwheel-git.ppp.pm.pub" = {
|
||||
file = ../../../../secrets/pinwheel/alex.pinwheel-git.ppp.pm.pub.age;
|
||||
path = "/home/alex/.ssh/alex.pinwheel-git.ppp.pm.pub";
|
||||
owner = "alex";
|
||||
group = "users";
|
||||
};
|
||||
|
||||
"alex.pinwheel-andromeda" = {
|
||||
file = ../../../../secrets/pinwheel/alex.pinwheel-andromeda.age;
|
||||
path = "/home/alex/.ssh/alex.pinwheel-andromeda";
|
||||
|
||||
@@ -63,6 +63,8 @@ in
|
||||
server = {
|
||||
DOMAIN = gitDomain;
|
||||
ROOT_URL = "https://${gitDomain}";
|
||||
|
||||
SSH_PORT = 1122; # see `ssh` module
|
||||
};
|
||||
|
||||
database = {
|
||||
|
||||
BIN
secrets/pinwheel/alex.pinwheel-git.ppp.pm.age
Normal file
BIN
secrets/pinwheel/alex.pinwheel-git.ppp.pm.age
Normal file
Binary file not shown.
BIN
secrets/pinwheel/alex.pinwheel-git.ppp.pm.pub.age
Normal file
BIN
secrets/pinwheel/alex.pinwheel-git.ppp.pm.pub.age
Normal file
Binary file not shown.
@@ -22,6 +22,8 @@ in {
|
||||
"pinwheel/alex.pinwheel-andromeda.pub.age".publicKeys = [ pinwheel alex ];
|
||||
"pinwheel/alex.pinwheel-codeberg.org.age".publicKeys = [ pinwheel alex ];
|
||||
"pinwheel/alex.pinwheel-codeberg.org.pub.age".publicKeys = [ pinwheel alex ];
|
||||
"pinwheel/alex.pinwheel-git.ppp.pm.age".publicKeys = [ pinwheel alex ];
|
||||
"pinwheel/alex.pinwheel-git.ppp.pm.pub.age".publicKeys = [ pinwheel alex ];
|
||||
|
||||
"pinwheel/work-gitconfig.age".publicKeys = [ pinwheel alex ];
|
||||
"pinwheel/work-github-token.age".publicKeys = [ pinwheel alex ];
|
||||
|
||||
Reference in New Issue
Block a user