diff options
author | Tim Keller <tjkeller.xyz> | 2024-10-20 20:17:28 -0500 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2024-10-20 20:17:28 -0500 |
commit | da8d6b77894dbf965fe77fd824512b6f160f906d (patch) | |
tree | 25cbc079dd89150d78eda20baf8d9793da12b352 /.sops.yaml | |
parent | 0b31d1d5ea46087a13c67889d427208f6612f01a (diff) | |
download | nixos-da8d6b77894dbf965fe77fd824512b6f160f906d.tar.xz nixos-da8d6b77894dbf965fe77fd824512b6f160f906d.zip |
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.
Diffstat (limited to '.sops.yaml')
-rw-r--r-- | .sops.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
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 + |