sombrero: Add ssh keys for codeberg.org
This commit is contained in:
@@ -17,6 +17,11 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
|
"codeberg.org" = {
|
||||||
|
hostname = "codeberg.org";
|
||||||
|
identityFile = "/home/alex/.ssh/alex.sombrero-codeberg.org";
|
||||||
|
};
|
||||||
|
|
||||||
"github.com" = {
|
"github.com" = {
|
||||||
hostname = "github.com";
|
hostname = "github.com";
|
||||||
identityFile = "/home/alex/.ssh/alex.sombrero-github.com";
|
identityFile = "/home/alex/.ssh/alex.sombrero-github.com";
|
||||||
@@ -68,6 +73,19 @@ in
|
|||||||
path = "${authorizedKeysPath}/alex.pinwheel-sombrero.pub";
|
path = "${authorizedKeysPath}/alex.pinwheel-sombrero.pub";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"alex.sombrereo-codeberg.org" = {
|
||||||
|
file = ../../../../secrets/pinwheel/alex.sombrero-codeberg.org.age;
|
||||||
|
path = "/home/alex/.ssh/alex.sombrero-codeberg.org";
|
||||||
|
owner = "alex";
|
||||||
|
group = "users";
|
||||||
|
};
|
||||||
|
"alex.pinwheel-codeberg.org.pub" = {
|
||||||
|
file = ../../../../secrets/pinwheel/alex.sombrero-codeberg.org.pub.age;
|
||||||
|
path = "/home/alex/.ssh/alex.sombrero-codeberg.org.pub";
|
||||||
|
owner = "alex";
|
||||||
|
group = "users";
|
||||||
|
};
|
||||||
|
|
||||||
"alex.sombrero-github.com" = {
|
"alex.sombrero-github.com" = {
|
||||||
file = ../../../../secrets/sombrero/alex.sombrero-github.com.age;
|
file = ../../../../secrets/sombrero/alex.sombrero-github.com.age;
|
||||||
path = "/home/alex/.ssh/alex.sombrero-github.com";
|
path = "/home/alex/.ssh/alex.sombrero-github.com";
|
||||||
|
|||||||
BIN
secrets/pinwheel/alex.sombrero-codeberg.org.age
Normal file
BIN
secrets/pinwheel/alex.sombrero-codeberg.org.age
Normal file
Binary file not shown.
BIN
secrets/pinwheel/alex.sombrero-codeberg.org.pub.age
Normal file
BIN
secrets/pinwheel/alex.sombrero-codeberg.org.pub.age
Normal file
Binary file not shown.
@@ -24,4 +24,6 @@ in {
|
|||||||
"sombrero/syncthing-key.age".publicKeys = [ sombrero alex ];
|
"sombrero/syncthing-key.age".publicKeys = [ sombrero alex ];
|
||||||
"sombrero/alex.sombrero-github.com.age".publicKeys = [ sombrero alex ];
|
"sombrero/alex.sombrero-github.com.age".publicKeys = [ sombrero alex ];
|
||||||
"sombrero/alex.sombrero-github.com.pub.age".publicKeys = [ sombrero alex ];
|
"sombrero/alex.sombrero-github.com.pub.age".publicKeys = [ sombrero alex ];
|
||||||
|
"pinwheel/alex.sombrero-codeberg.org.age".publicKeys = [ sombrero alex ];
|
||||||
|
"pinwheel/alex.sombrero-codeberg.org.pub.age".publicKeys = [ sombrero alex ];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user