add zipline

This commit is contained in:
cy 2025-02-13 21:49:52 -05:00
parent 0992f2f308
commit 9877335f4b
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
5 changed files with 79 additions and 0 deletions

View file

@ -72,6 +72,9 @@
"tailscale/auth" = {
sopsFile = ../../secrets/services/tailscale.yaml;
};
"zipline/env" = {
sopsFile = ../../secrets/services/zipline.yaml;
};
};
boot = {
@ -207,4 +210,5 @@
environment.enableAllTerminfo = true;
my.roundcube.enable = true;
my.zipline.enable = true;
}