My nix-darwin and NixOS config
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: set sops format to binary for umami-app-secret

+1
+1
hosts/server/default.nix
··· 45 45 # ── Umami (native nixpkgs module) ─────────────────────────────────────────── 46 46 sops.secrets."umami-app-secret" = { 47 47 sopsFile = ../../secrets/umami-app-secret; 48 + format = "binary"; 48 49 owner = "umami"; 49 50 group = "umami"; 50 51 mode = "0400";