Compare commits

...

2 commits

Author SHA1 Message Date
68359e345d
Bump nixpkgs 2025-05-28 19:14:12 +02:00
17b279a41b
Disable coturn 2025-05-28 19:14:04 +02:00
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
{ config, ... }:
{
services.coturn = {
enable = true;
enable = false;
lt-cred-mech = true;
use-auth-secret = true;
static-auth-secret = builtins.toString config.secrets.files.turn_shared_secret.file;

View file

@ -17,10 +17,10 @@
"homepage": "",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "de6fc5551121c59c01e2a3d45b277a6d05077bc4",
"sha256": "0yi5jb00zrlads7p00cp9cg74bxa6x1006wqcl6n2bhj6h6b3xvg",
"rev": "11f2d9ea49c3e964315215d6baa73a8d42672f06",
"sha256": "166nv0i8p4lsmyjxx99ldy6srx5v5v8v66awdvil8b3i1wzbhzkn",
"type": "tarball",
"url": "https://github.com/NixOS/nixos-hardware/archive/de6fc5551121c59c01e2a3d45b277a6d05077bc4.tar.gz",
"url": "https://github.com/NixOS/nixos-hardware/archive/11f2d9ea49c3e964315215d6baa73a8d42672f06.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixpkgs": {
@ -29,10 +29,10 @@
"homepage": "",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "bdb91860de2f719b57eef819b5617762f7120c70",
"sha256": "16qxwcv06kimml219dp69dj83nf7wdfskvysnszaqyn40868nlmk",
"rev": "f09dede81861f3a83f7f06641ead34f02f37597f",
"sha256": "1ybhmmb9ph8ki7yicsnnvav4hxlh771zg82y642drsbbjs3f4szp",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/bdb91860de2f719b57eef819b5617762f7120c70.tar.gz",
"url": "https://github.com/NixOS/nixpkgs/archive/f09dede81861f3a83f7f06641ead34f02f37597f.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixus": {