nixfmt
This commit is contained in:
parent
65af7574df
commit
48711d87f0
3 changed files with 12 additions and 5 deletions
|
|
@ -185,10 +185,12 @@ in
|
|||
description = "Linkwarden (Self-hosted collaborative bookmark manager to collect, organize, and preserve webpages, articles, and more...)";
|
||||
requires = [
|
||||
"network-online.target"
|
||||
] ++ lib.optionals cfg.database.enable [ "postgresql.service" ];
|
||||
]
|
||||
++ lib.optionals cfg.database.enable [ "postgresql.service" ];
|
||||
after = [
|
||||
"network-online.target"
|
||||
] ++ lib.optionals cfg.database.enable [ "postgresql.service" ];
|
||||
]
|
||||
++ lib.optionals cfg.database.enable [ "postgresql.service" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
environment = cfg.environment // {
|
||||
# Required, otherwise chrome dumps core
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue