17 lines
167 B
Nix
17 lines
167 B
Nix
{
|
|
config,
|
|
lib,
|
|
inputs,
|
|
pkgs,
|
|
...
|
|
}:
|
|
{
|
|
|
|
imports = [
|
|
./pkgs.nix
|
|
./nix-helper.nix
|
|
./self-host/self-host.nix
|
|
./self-host/firewall.nix
|
|
];
|
|
}
|