Add grist
This commit is contained in:
parent
af56ad8f4e
commit
65f104373c
3 changed files with 143 additions and 3 deletions
|
@ -27,6 +27,7 @@
|
|||
./outline.nix
|
||||
./vikunja.nix
|
||||
./n8n.nix
|
||||
./grist.nix
|
||||
];
|
||||
|
||||
system.stateVersion = "21.11";
|
||||
|
@ -202,6 +203,16 @@
|
|||
envFile = config.sops.secrets.gts-env.path;
|
||||
};
|
||||
|
||||
# Grist
|
||||
sops.secrets."grist/env" = { restartUnits = [ "arion-grist.service" ]; };
|
||||
cloud.grist = {
|
||||
enable = true;
|
||||
envFile = config.sops.secrets."grist/env".path;
|
||||
host = "tables.dtth.ch";
|
||||
dataDir = "/mnt/data/grist";
|
||||
};
|
||||
|
||||
|
||||
# ntfy
|
||||
cloud.traefik.hosts.ntfy-sh = { host = "ntfy.nkagami.me"; port = 11161; noCloudflare = true; };
|
||||
services.ntfy-sh = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue