remove conf.py

This commit is contained in:
2025-03-19 18:47:23 +01:00
parent 4bab5e7e21
commit de20bad7dd
3 changed files with 4 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ in {
config = lib.mkOption {
type = lib.types.path;
description = "Path to the configuration file.";
default = ../conf.py;
default = ../example-config.ini;
};
};