From 870ead1994718e71ab7f1c01f3028b27891d2b56 Mon Sep 17 00:00:00 2001 From: DerGrumpf Date: Wed, 6 May 2026 17:22:15 +0200 Subject: [PATCH] Fixed: Unfree problems --- flake.lock | 2 -- home/neovim/default.nix | 4 ++-- nixos/roles/matrix/synapse.nix | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index a24c328..3ba6cfd 100644 --- a/flake.lock +++ b/flake.lock @@ -960,5 +960,3 @@ "root": "root", "version": 7 } -======= - diff --git a/home/neovim/default.nix b/home/neovim/default.nix index 0ea8afe..88af22b 100644 --- a/home/neovim/default.nix +++ b/home/neovim/default.nix @@ -12,9 +12,9 @@ ./telescope.nix ./catppuccin.nix ./alpha.nix - #./avante.nix + ./avante.nix #./openscad.nix - ./molten.nix + #./molten.nix ./which-key.nix ]; diff --git a/nixos/roles/matrix/synapse.nix b/nixos/roles/matrix/synapse.nix index 271cf93..c66dbfe 100644 --- a/nixos/roles/matrix/synapse.nix +++ b/nixos/roles/matrix/synapse.nix @@ -108,7 +108,7 @@ in }; "/admin/" = { root = "${synapseAdmin}"; - tryFiles = "$uri $uri/ /index.html"; + #tryFiles = "$uri $uri/ /index.html"; }; }; };