refactor(system): flatten
This commit is contained in:
parent
8298fc375a
commit
33cbd9dfc7
12 changed files with 72 additions and 309 deletions
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue