net: rename encrypted .psk files -> .psk.bin

This commit is contained in:
colin 2022-09-29 06:12:51 -07:00
parent 10c7a8d779
commit d6e34c6e98
7 changed files with 6 additions and 6 deletions

View File

@ -38,27 +38,27 @@
); );
sops.secrets."iwd/community-university.psk" = { sops.secrets."iwd/community-university.psk" = {
sopsFile = ../../secrets/universal/net/community-university.psk; sopsFile = ../../secrets/universal/net/community-university.psk.bin;
format = "binary"; format = "binary";
}; };
sops.secrets."iwd/friend-libertarian-dod.psk" = { sops.secrets."iwd/friend-libertarian-dod.psk" = {
sopsFile = ../../secrets/universal/net/friend-libertarian-dod.psk; sopsFile = ../../secrets/universal/net/friend-libertarian-dod.psk.bin;
format = "binary"; format = "binary";
}; };
sops.secrets."iwd/friend-rationalist-empathist.psk" = { sops.secrets."iwd/friend-rationalist-empathist.psk" = {
sopsFile = ../../secrets/universal/net/friend-rationalist-empathist.psk; sopsFile = ../../secrets/universal/net/friend-rationalist-empathist.psk.bin;
format = "binary"; format = "binary";
}; };
sops.secrets."iwd/home-bedroom.psk" = { sops.secrets."iwd/home-bedroom.psk" = {
sopsFile = ../../secrets/universal/net/home-bedroom.psk; sopsFile = ../../secrets/universal/net/home-bedroom.psk.bin;
format = "binary"; format = "binary";
}; };
sops.secrets."iwd/home-shared-24G.psk" = { sops.secrets."iwd/home-shared-24G.psk" = {
sopsFile = ../../secrets/universal/net/home-shared-24G.psk; sopsFile = ../../secrets/universal/net/home-shared-24G.psk.bin;
format = "binary"; format = "binary";
}; };
sops.secrets."iwd/home-shared.psk" = { sops.secrets."iwd/home-shared.psk" = {
sopsFile = ../../secrets/universal/net/home-shared.psk; sopsFile = ../../secrets/universal/net/home-shared.psk.bin;
format = "binary"; format = "binary";
}; };
} }