Add readeck service.
This commit is contained in:
parent
39626b43ee
commit
c231e5349e
6 changed files with 68 additions and 3 deletions
|
|
@ -10,6 +10,12 @@
|
|||
hashedPasswordFile = config.sops.secrets.admin-password.path;
|
||||
};
|
||||
|
||||
services.readeck = {
|
||||
enable = true;
|
||||
domain = "https://bookmarks.foehammer.me";
|
||||
envFile = config.sops.secrets.readeck-env.path;
|
||||
};
|
||||
|
||||
services.goatcounter = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue