15 lines
179 B
Nix
15 lines
179 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
modulesPath,
|
|
lib,
|
|
...
|
|
}: {
|
|
imports = [
|
|
../../templates/base.nix
|
|
./networking.nix
|
|
./storage.nix
|
|
./sandbox.nix
|
|
./warpgate.nix
|
|
];
|
|
}
|