mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
pruned
This commit is contained in:
commit
072951659a
114 changed files with 6922 additions and 0 deletions
19
.sops.yaml
Normal file
19
.sops.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# sops-nix configuration
|
||||
# Per-machine age keys - add new machines here to grant access
|
||||
|
||||
keys:
|
||||
# Machines
|
||||
- &desktop age17ejyzyk52unr6eyaa9rpunxpmf7u9726v6sx7me3ww3mdu5xzgjqsgj9gl
|
||||
- &server age198jg29ryg3c0qj3yg6y9ha4ce2ue4hjdaa9kalf49fxju74dhchsquvjzp
|
||||
|
||||
creation_rules:
|
||||
# Desktop secrets
|
||||
- path_regex: secrets/system/wifi\.yaml$ # Home WIFI Credentials
|
||||
key_groups:
|
||||
- age:
|
||||
- *desktop
|
||||
# Server secrets (cameras)
|
||||
- path_regex: secrets/system/cameras\.yaml$ # RTSP Feed
|
||||
key_groups:
|
||||
- age:
|
||||
- *server
|
||||
Loading…
Add table
Add a link
Reference in a new issue