mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-22 03:07:31 -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
|
||||
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 = {
|
||||
|
|
Loading…
Reference in a new issue