pinwheel: Remove duplicated age.identityPaths

This commit is contained in:
Alexander Heldt
2023-09-09 19:13:18 +02:00
parent 1c1c45b679
commit 641c333520

View File

@@ -17,13 +17,7 @@
};
};
age = {
identityPaths = [
"/etc/ssh/pinwheel"
"/home/alex/.ssh/alex.pinwheel"
];
secrets = {
age.secrets = {
"alex.pinwheel-sombrero" = {
file = ../../../../secrets/pinwheel/alex.pinwheel-sombrero.age;
path = "/home/alex/.ssh/alex.pinwheel-sombrero";
@@ -49,5 +43,4 @@
group = "users";
};
};
};
}