commit 7dbf44556331f8d4f06691727f99c3bb4b47fba1 parent 8f23cbca2e768211d9669a49c075976614a3b39d Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 17 Sep 2023 14:30:38 +0200 Fix channel Diffstat:
| M | nixos/worker-1/znc.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/worker-1/znc.nix b/nixos/worker-1/znc.nix @@ -25,7 +25,7 @@ port = 6697; useSSL = true; modules = [ "simple_away" ]; - channels = [ "#fedora-buildsys" ]; + channels = [ "fedora-buildsys" ]; }; }; };