summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-07-03 05:21:03 -0400
committerLLLL Colonq <llll@colonq>2026-07-03 05:21:03 -0400
commit8a7c3c01cc2a2bfd924e3d99c1c0554418308c3e (patch)
treedc53f7195dadf3fac309d3ca00aafdecbfa645e4
parent0835e9c36abb2a5761ae9d3a0f848810b6ccede6 (diff)
Update
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 6f527d8..7a45bcc 100644
--- a/flake.nix
+++ b/flake.nix
@@ -418,7 +418,7 @@
configFile = lib.mkOption {
type = lib.types.path;
description = "Path to config file";
- default = pkgs.writeText "fig-web.toml" ''
+ default = pkgs.writeText "fig-web-maude-code.toml" ''
port = 8000
asset_path = "/var/lib/fig-web-assets"
data_path = "/var/lib/fig-web-data"