Compare commits
4 Commits
32acd3a55c
...
b515d9da74
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b515d9da74 | ||
|
|
15bf40fd40 | ||
|
|
71290ba946 | ||
|
|
78f7f915a4 |
@@ -11,3 +11,5 @@
|
|||||||
[url "git@codeberg.org:"]
|
[url "git@codeberg.org:"]
|
||||||
insteadOf = https://codeberg.org/
|
insteadOf = https://codeberg.org/
|
||||||
|
|
||||||
|
[url "gitea@git.ppp.pm:"]
|
||||||
|
insteadOf = https://git.ppp.pm/
|
||||||
|
|||||||
@@ -48,6 +48,11 @@
|
|||||||
hostname = "codeberg.org";
|
hostname = "codeberg.org";
|
||||||
identityFile = "/home/alex/.ssh/alex.pinwheel-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";
|
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";
|
||||||
|
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" = {
|
"alex.pinwheel-andromeda" = {
|
||||||
file = ../../../../secrets/pinwheel/alex.pinwheel-andromeda.age;
|
file = ../../../../secrets/pinwheel/alex.pinwheel-andromeda.age;
|
||||||
path = "/home/alex/.ssh/alex.pinwheel-andromeda";
|
path = "/home/alex/.ssh/alex.pinwheel-andromeda";
|
||||||
|
|||||||
@@ -63,6 +63,8 @@ in
|
|||||||
server = {
|
server = {
|
||||||
DOMAIN = gitDomain;
|
DOMAIN = gitDomain;
|
||||||
ROOT_URL = "https://${gitDomain}";
|
ROOT_URL = "https://${gitDomain}";
|
||||||
|
|
||||||
|
SSH_PORT = 1122; # see `ssh` module
|
||||||
};
|
};
|
||||||
|
|
||||||
database = {
|
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-andromeda.pub.age".publicKeys = [ pinwheel alex ];
|
||||||
"pinwheel/alex.pinwheel-codeberg.org.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-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-gitconfig.age".publicKeys = [ pinwheel alex ];
|
||||||
"pinwheel/work-github-token.age".publicKeys = [ pinwheel alex ];
|
"pinwheel/work-github-token.age".publicKeys = [ pinwheel alex ];
|
||||||
|
|||||||
Reference in New Issue
Block a user