From da8d6b77894dbf965fe77fd824512b6f160f906d Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sun, 20 Oct 2024 20:17:28 -0500 Subject: add age and sops pkgs. reluctantly add sops nix for managing secrets. change wifi config to use wpa supplicant and configure with secrets. wpa_gui installed. --- .sops.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .sops.yaml (limited to '.sops.yaml') diff --git a/.sops.yaml b/.sops.yaml new file mode 100644 index 0000000..c20b027 --- /dev/null +++ b/.sops.yaml @@ -0,0 +1,8 @@ +keys: + - &T430 age1lkv9x8vfjzkffxz95ygqr8sgqrnulplqkghkhq4zas62klgpgd2qt9p59t +creation_rules: + - path_regex: secrets/secrets.yaml$ + key_groups: + - age: + - *T430 + -- cgit v1.2.3