Nix: add missing lib specifier in module
This commit is contained in:
parent
b4eb1a48bd
commit
e5fe6bf7d2
@ -97,7 +97,7 @@ in
|
|||||||
UMask = "077";
|
UMask = "077";
|
||||||
WorkingDirectory = "/var/lib/spacebarchat-server/";
|
WorkingDirectory = "/var/lib/spacebarchat-server/";
|
||||||
}
|
}
|
||||||
// optionalAttrs (cfg.databaseFile != null) { EnvironmentFile = cfg.databaseFile; };
|
// lib.optionalAttrs (cfg.databaseFile != null) { EnvironmentFile = cfg.databaseFile; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user