8 lines
101 B
Nix
8 lines
101 B
Nix
{...}: {
|
|
imports = [
|
|
./security.nix
|
|
./networking.nix
|
|
./nix.nix
|
|
./system.nix
|
|
];
|
|
}
|