mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Put nix package derivations in separate file and join symlinks
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
pkgs,
|
||||
lib,
|
||||
modulesPath,
|
||||
localArchtikaPackage,
|
||||
...
|
||||
}:
|
||||
{
|
||||
@@ -42,6 +43,7 @@
|
||||
|
||||
services.archtika = {
|
||||
enable = true;
|
||||
package = localArchtikaPackage;
|
||||
jwtSecret = "test-secret";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user