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