Files
homelab/hosts/sin/actual.nix
T
sin_serhao f5e3ef7c5b
/ perform flake analysis (push) Failing after 3h7m58s
/ build hive configuration (push) Failing after 12m57s
heuuu plein de trucs en vrais
2026-06-22 11:53:37 +02:00

13 lines
239 B
Nix

{ inputs, pkgs, ... }:
let
unstable = import inputs.unstable { system = pkgs.stdenv.system; };
in
{
services.actual = {
package = unstable.actual-server;
enable = true;
openFirewall = true;
settings.port = 3001;
};
}