pinwheel: Remove duplicated age.identityPaths
This commit is contained in:
@@ -17,37 +17,30 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
age = {
|
age.secrets = {
|
||||||
identityPaths = [
|
"alex.pinwheel-sombrero" = {
|
||||||
"/etc/ssh/pinwheel"
|
file = ../../../../secrets/pinwheel/alex.pinwheel-sombrero.age;
|
||||||
"/home/alex/.ssh/alex.pinwheel"
|
path = "/home/alex/.ssh/alex.pinwheel-sombrero";
|
||||||
];
|
owner = "alex";
|
||||||
|
group = "users";
|
||||||
secrets = {
|
};
|
||||||
"alex.pinwheel-sombrero" = {
|
"alex.pinwheel-sombrero.pub" = {
|
||||||
file = ../../../../secrets/pinwheel/alex.pinwheel-sombrero.age;
|
file = ../../../../secrets/pinwheel/alex.pinwheel-sombrero.pub.age;
|
||||||
path = "/home/alex/.ssh/alex.pinwheel-sombrero";
|
path = "/home/alex/.ssh/alex.pinwheel-sombrero.pub";
|
||||||
owner = "alex";
|
owner = "alex";
|
||||||
group = "users";
|
group = "users";
|
||||||
};
|
};
|
||||||
"alex.pinwheel-sombrero.pub" = {
|
"alex.pinwheel-github.com" = {
|
||||||
file = ../../../../secrets/pinwheel/alex.pinwheel-sombrero.pub.age;
|
file = ../../../../secrets/pinwheel/alex.pinwheel-github.com.age;
|
||||||
path = "/home/alex/.ssh/alex.pinwheel-sombrero.pub";
|
path = "/home/alex/.ssh/alex.pinwheel-github.com";
|
||||||
owner = "alex";
|
owner = "alex";
|
||||||
group = "users";
|
group = "users";
|
||||||
};
|
};
|
||||||
"alex.pinwheel-github.com" = {
|
"alex.pinwheel-github.com.pub" = {
|
||||||
file = ../../../../secrets/pinwheel/alex.pinwheel-github.com.age;
|
file = ../../../../secrets/pinwheel/alex.pinwheel-github.com.pub.age;
|
||||||
path = "/home/alex/.ssh/alex.pinwheel-github.com";
|
path = "/home/alex/.ssh/alex.pinwheel-github.com.pub";
|
||||||
owner = "alex";
|
owner = "alex";
|
||||||
group = "users";
|
group = "users";
|
||||||
};
|
|
||||||
"alex.pinwheel-github.com.pub" = {
|
|
||||||
file = ../../../../secrets/pinwheel/alex.pinwheel-github.com.pub.age;
|
|
||||||
path = "/home/alex/.ssh/alex.pinwheel-github.com.pub";
|
|
||||||
owner = "alex";
|
|
||||||
group = "users";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user