7 lines
No EOL
91 B
Nix
7 lines
No EOL
91 B
Nix
{ pkgs, configVars, ... }:
|
|
{
|
|
imports = [
|
|
./common
|
|
./${configVars.hostname}
|
|
];
|
|
} |