Fix secret permission
This commit is contained in:
parent
b08a27c475
commit
265e2bdd02
2 changed files with 2 additions and 6 deletions
|
|
@ -1,8 +1,4 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{config, ...}:
|
||||
with config.constants; {
|
||||
hardware.graphics.enable = true;
|
||||
|
||||
|
|
|
|||
|
|
@ -15,5 +15,5 @@
|
|||
use-auth-secret = true;
|
||||
};
|
||||
|
||||
sops.secrets.coturn = {};
|
||||
sops.secrets.coturn.owner = config.users.users.turnserver.name;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue