forked from CCCHH/nix-infra
echtnurich
f6b424fa7a
introduce /etc/yate, clone/reset on service start Fix config via git make yate systemd service create yate service user recreate the full config everytime decolour the log because of blob data make sure source is available before deleting config change yate-config repo fix yate deploy key fix yate-config not pulling
12 lines
140 B
Nix
12 lines
140 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./configuration.nix
|
|
./networking.nix
|
|
./yate.nix
|
|
./service.nix
|
|
./sops.nix
|
|
];
|
|
}
|