mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 11:35:41 +00:00
feat(vps): add zipline
This commit is contained in:
parent
cfc656cf96
commit
30ecb6ce99
3 changed files with 17 additions and 2 deletions
13
hosts/vps/modules/services/zipline.nix
Normal file
13
hosts/vps/modules/services/zipline.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
sops.secrets."zipline" = { };
|
||||
services.zipline = {
|
||||
enable = true;
|
||||
settings = {
|
||||
CORE_HOSTNAME = "127.0.0.1";
|
||||
CORE_PORT = 3000;
|
||||
};
|
||||
environmentFiles = [ config.sops.secrets."zipline".path ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue