modules(drone-server): add missing option
This commit is contained in:
parent
9c2ecdf461
commit
a567fa82ff
1 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,11 @@ in
|
|||
type = port;
|
||||
default = 3030;
|
||||
};
|
||||
|
||||
database.name = mkOption {
|
||||
type = str;
|
||||
default = "droneserver";
|
||||
};
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
systemd.services.drone-server = {
|
||||
|
|
Loading…
Add table
Reference in a new issue