Strings and directories/paths are not equivalent in nix!
This commit is contained in:
parent
3ce038ca84
commit
a1d48c7076
|
@ -12,7 +12,7 @@
|
|||
services.api-lyte-dev = rec {
|
||||
enable = true;
|
||||
port = 5757;
|
||||
stateDir = /var/lib/api-lyte-dev;
|
||||
stateDir = "/var/lib/api-lyte-dev";
|
||||
configFile = sops.secrets.api-lyte-dev.path;
|
||||
user = "api-lyte-dev";
|
||||
group = user;
|
||||
|
|
Reference in a new issue