feat: set the panel folder to a better path
This commit is contained in:
parent
34b2ef6a84
commit
88db47d13d
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ in {
|
||||||
|
|
||||||
dir = mkOption {
|
dir = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "/var/www/pelican";
|
default = "/var/lib/pelican_panel";
|
||||||
};
|
};
|
||||||
|
|
||||||
domain = {
|
domain = {
|
||||||
|
|
Loading…
Reference in a new issue