Fixed: Unfree problems

This commit is contained in:
2026-05-06 17:22:15 +02:00
parent 5baa98329d
commit 870ead1994
3 changed files with 3 additions and 5 deletions
Generated
-2
View File
@@ -960,5 +960,3 @@
"root": "root", "root": "root",
"version": 7 "version": 7
} }
=======
+2 -2
View File
@@ -12,9 +12,9 @@
./telescope.nix ./telescope.nix
./catppuccin.nix ./catppuccin.nix
./alpha.nix ./alpha.nix
#./avante.nix ./avante.nix
#./openscad.nix #./openscad.nix
./molten.nix #./molten.nix
./which-key.nix ./which-key.nix
]; ];
+1 -1
View File
@@ -108,7 +108,7 @@ in
}; };
"/admin/" = { "/admin/" = {
root = "${synapseAdmin}"; root = "${synapseAdmin}";
tryFiles = "$uri $uri/ /index.html"; #tryFiles = "$uri $uri/ /index.html";
}; };
}; };
}; };