1
0
Fork 0
mirror of https://git.oat.zone/dark-firepit/dotfiles synced 2024-05-12 08:06:08 +02:00
git.oat.zone--dark-firepit-.../hosts/firepit/secrets/secrets.nix

12 lines
215 B
Nix
Raw Normal View History

2022-01-11 18:44:40 +01:00
let
userAether = "<...>";
userOatmealine = "<...>";
in {
"aether" = {
"userAether.age".publicKeys = [ userAether ];
};
"oatmealine" = {
"userOatmealine.age".publicKeys = [ userOatmealine ];
};
}