Files
2026-05-15 16:18:31 -03:00

17 lines
167 B
Nix

{
config,
lib,
inputs,
pkgs,
...
}:
{
imports = [
./pkgs.nix
./nix-helper.nix
./self-host/self-host.nix
./self-host/firewall.nix
];
}