8 lines
110 B
Nix
8 lines
110 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./common.nix
|
|
./hosts/${config.networking.hostName}.nix
|
|
];
|
|
}
|