yate: clean up and nicely format nix configuration

This commit is contained in:
June 2025-01-19 19:05:15 +01:00 committed by June
commit 8045681bb5
4 changed files with 55 additions and 64 deletions

View file

@ -1,11 +1,10 @@
{ config, pkgs, ... }:
{ ... }:
{
imports = [
./configuration.nix
./networking.nix
./yate.nix
./service.nix
./sops.nix
];
}