mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-22 07:07:32 -06:00
finish tweaking services config
This commit is contained in:
parent
086d8a8553
commit
b5d16f49a0
1 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,9 @@
|
||||||
{ pkgs, enabled, flake, ... }:
|
{
|
||||||
|
pkgs,
|
||||||
|
enabled,
|
||||||
|
flake,
|
||||||
|
...
|
||||||
|
}:
|
||||||
let
|
let
|
||||||
atticPort = "5656";
|
atticPort = "5656";
|
||||||
static = pkgs.runCommandLocal "static-files" { } ''
|
static = pkgs.runCommandLocal "static-files" { } ''
|
||||||
|
@ -28,8 +33,8 @@ in
|
||||||
services.atticd = enabled // {
|
services.atticd = enabled // {
|
||||||
package = (flake.pkgs "lix-attic").attic-server;
|
package = (flake.pkgs "lix-attic").attic-server;
|
||||||
|
|
||||||
|
|
||||||
# Replace with absolute path to your credentials file
|
# Replace with absolute path to your credentials file
|
||||||
|
# TODO: replace with sops-secret!
|
||||||
environmentFile = "/etc/atticd.env";
|
environmentFile = "/etc/atticd.env";
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Reference in a new issue