Fix secret permission

This commit is contained in:
Invariantspace 2024-09-01 00:25:35 -07:00
parent b08a27c475
commit 02952908d5
No known key found for this signature in database
GPG key ID: EBC4A20067373921
2 changed files with 2 additions and 6 deletions

View file

@ -1,8 +1,4 @@
{ {config, ...}:
config,
pkgs,
...
}:
with config.constants; { with config.constants; {
hardware.graphics.enable = true; hardware.graphics.enable = true;

View file

@ -15,5 +15,5 @@
use-auth-secret = true; use-auth-secret = true;
}; };
sops.secrets.coturn = {}; sops.secrets.coturn.group = config.users.users.turnserver.group;
} }