14 lines
No EOL
304 B
Nix
Executable file
14 lines
No EOL
304 B
Nix
Executable file
{ ... }:
|
|
{
|
|
# Import dependencies
|
|
imports = [
|
|
./commons/boot.nix
|
|
./commons/basics.nix
|
|
./commons/ssh.nix
|
|
./commons/sudo.nix
|
|
./commons/networking.nix
|
|
./commons/mesh.nix
|
|
./commons/forward.nix
|
|
./commons/nftables.nix
|
|
];
|
|
} |