This commit is contained in:
mjallen18
2025-08-19 20:49:06 -05:00
parent a3f7af4e39
commit b680255bc5
3 changed files with 43 additions and 83 deletions

View File

@@ -1,7 +1,7 @@
{ lib, ... }:
let
defaultSops = (lib.snowfall.fs.get-file "secrets/pi4-secrets.yaml");
# sharedSops = (lib.snowfall.fs.get-file "secrets/secrets.yaml");
# defaultSops = (lib.snowfall.fs.get-file "secrets/pi4-secrets.yaml");
defaultSops = (lib.snowfall.fs.get-file "secrets/secrets.yaml");
in
{
# Permission modes are in octal representation (same as chmod),