mirror of
https://github.com/AsgardEternal/Squad.nix.git
synced 2024-12-30 16:29:17 -06:00
refactor: use underscores for stateDir & cacheDir instead of hyphens
This commit is contained in:
parent
5a6f5f122f
commit
65fa6492a4
@ -65,7 +65,7 @@ in
|
||||
|
||||
stateDir = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "squad/${replaceNonAlum "-" name}";
|
||||
default = "squad/${replaceNonAlum "_" name}";
|
||||
description = ''
|
||||
State directory for the systemd user service. This is where the Squad Server will be
|
||||
installed to along with configuration.
|
||||
@ -74,7 +74,7 @@ in
|
||||
|
||||
cacheDir = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "squad/${replaceNonAlum "-" name}";
|
||||
default = "squad/${replaceNonAlum "_" name}";
|
||||
description = ''
|
||||
State directory for the systemd user service.
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user