refactor(system): flatten

This commit is contained in:
ooks-io 2024-05-24 17:50:32 +12:00
parent 8298fc375a
commit 33cbd9dfc7
12 changed files with 72 additions and 309 deletions

View file

@ -7,12 +7,12 @@ in
{
imports = [
./firewall
./tools
./ssh
./tcp
./resolved
./tailscale
./firewall.nix
./tools.nix
./ssh.nix
./tcp.nix
./resolved.nix
./tailscale.nix
];
config = mkIf (host.type != "phone") {