pinwheel/tadpole: Add ed25519 ssh key
This commit is contained in:
@@ -135,6 +135,19 @@
|
||||
owner = "alex";
|
||||
group = "users";
|
||||
};
|
||||
|
||||
"alex.pinwheel-tadpole-ed25519" = {
|
||||
file = ../../../../secrets/pinwheel/alex.pinwheel-tadpole-ed25519.age;
|
||||
path = "/home/alex/.ssh/alex.pinwheel-tadpole-ed25519";
|
||||
owner = "alex";
|
||||
group = "users";
|
||||
};
|
||||
"alex.pinwheel-tadpole-ed25519.pub" = {
|
||||
file = ../../../../secrets/pinwheel/alex.pinwheel-tadpole-ed25519.pub.age;
|
||||
path = "/home/alex/.ssh/alex.pinwheel-tadpole-ed25519.pub";
|
||||
owner = "alex";
|
||||
group = "users";
|
||||
};
|
||||
};
|
||||
|
||||
services.openssh = {
|
||||
|
||||
Reference in New Issue
Block a user