From 17b279a41bd246b530f40d937f0657a0c7cb39ca Mon Sep 17 00:00:00 2001 From: Amanda Graven Date: Wed, 28 May 2025 19:14:04 +0200 Subject: [PATCH 1/2] Disable coturn --- config/hosts/wind/services/coturn.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hosts/wind/services/coturn.nix b/config/hosts/wind/services/coturn.nix index 6481466..b2c61c8 100644 --- a/config/hosts/wind/services/coturn.nix +++ b/config/hosts/wind/services/coturn.nix @@ -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; From 68359e345d018e7d613717250811eeb6bd577579 Mon Sep 17 00:00:00 2001 From: Amanda Graven Date: Wed, 28 May 2025 19:14:12 +0200 Subject: [PATCH 2/2] Bump nixpkgs --- config/sources/nix/sources.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/sources/nix/sources.json b/config/sources/nix/sources.json index b5b996b..bd4a7fe 100644 --- a/config/sources/nix/sources.json +++ b/config/sources/nix/sources.json @@ -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///archive/.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///archive/.tar.gz" }, "nixus": {