finish tweaking services config

This commit is contained in:
Daylin Morgan 2025-01-19 18:42:48 -06:00
parent 086d8a8553
commit b5d16f49a0
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -1,4 +1,9 @@
{ pkgs, enabled, flake, ... }:
{
pkgs,
enabled,
flake,
...
}:
let
atticPort = "5656";
static = pkgs.runCommandLocal "static-files" { } ''
@ -28,8 +33,8 @@ in
services.atticd = enabled // {
package = (flake.pkgs "lix-attic").attic-server;
# Replace with absolute path to your credentials file
# TODO: replace with sops-secret!
environmentFile = "/etc/atticd.env";
settings = {