summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-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"