update
This commit is contained in:
@@ -12,7 +12,7 @@ in
|
||||
options.custom.services.terraria = {
|
||||
enable = lib.mkEnableOption "Enables terraria server";
|
||||
path = lib.mkOption {
|
||||
type = with lib.types; string;
|
||||
type = with lib.types; str;
|
||||
default = "/data/servers/terraria";
|
||||
description = "Base path for terraria server";
|
||||
};
|
||||
|
||||
@@ -12,7 +12,7 @@ in
|
||||
options.custom.services.syncthing = {
|
||||
enable = lib.mkEnableOption "Enables syncthing";
|
||||
basePath = lib.mkOption {
|
||||
type = with lib.types; string;
|
||||
type = with lib.types; str;
|
||||
default = "/home/${config.mainUser.name}/synced";
|
||||
description = "Base path for syncthing data";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user