3 lines
103 B
Nix
3 lines
103 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
import ../../../nix-nos/modules/topology.nix { inherit config lib pkgs; }
|