8 lines
85 B
Nix
8 lines
85 B
Nix
{ lib, config, ... }:
|
|
{
|
|
|
|
imports = [
|
|
./builder.nix
|
|
./ssh-server.nix
|
|
];
|
|
}
|