9 lines
97 B
Nix
9 lines
97 B
Nix
{ config, ... }: {
|
|
imports = [
|
|
./docker.nix
|
|
./gc.nix
|
|
./network.nix
|
|
./openssh.nix
|
|
];
|
|
}
|