mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
oxidized: fix symlink
This commit is contained in:
parent
84c1069ebe
commit
99bdbcbd01
1 changed files with 2 additions and 2 deletions
|
@ -124,7 +124,7 @@ in
|
|||
};
|
||||
|
||||
"${cfg.dataDir}/.config/oxidized/config" = {
|
||||
L = {
|
||||
"L+" = {
|
||||
argument = "${cfg.configFile}";
|
||||
user = cfg.user;
|
||||
group = cfg.group;
|
||||
|
@ -134,7 +134,7 @@ in
|
|||
}
|
||||
// lib.optionalAttrs (cfg.routerDB != null) {
|
||||
"${cfg.dataDir}/.config/oxidized/router.db" = {
|
||||
L = {
|
||||
"L+" = {
|
||||
argument = "${cfg.routerDB}";
|
||||
user = cfg.user;
|
||||
group = cfg.group;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue