From b5d16f49a0cfd83996223cc1a242ee37f2c4ad9f Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Sun, 19 Jan 2025 18:42:48 -0600 Subject: [PATCH] finish tweaking services config --- hosts/algiz/services.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/hosts/algiz/services.nix b/hosts/algiz/services.nix index 7dea8c5..651ce2d 100644 --- a/hosts/algiz/services.nix +++ b/hosts/algiz/services.nix @@ -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 = {