pinwheel: Move work ssh keys to work module

This commit is contained in:
Alexander Heldt
2023-10-29 20:09:47 +01:00
parent 28e0ff7189
commit 90420f6b6d
2 changed files with 24 additions and 18 deletions

View File

@@ -23,11 +23,6 @@
hostname = "github.com";
identityFile = "/home/alex/.ssh/alex.pinwheel-github.com";
};
"gitlab.com" = {
hostname = "gitlab.com";
identityFile = "/home/alex/.ssh/alex.pinwheel-work";
};
};
};
@@ -59,18 +54,6 @@
owner = "alex";
group = "users";
};
"alex.pinwheel-work" = {
file = ../../../../secrets/pinwheel/alex.pinwheel-work.age;
path = "/home/alex/.ssh/alex.pinwheel-work";
owner = "alex";
group = "users";
};
"alex.pinwheel-work.pub" = {
file = ../../../../secrets/pinwheel/alex.pinwheel-work.pub.age;
path = "/home/alex/.ssh/alex.pinwheel-work.pub";
owner = "alex";
group = "users";
};
};
services.openssh = {