photoncloud-monorepo/nix/modules/nix-nos/topology.nix
centra 96d46a3603
Some checks failed
Nix CI / filter (push) Successful in 8s
Nix CI / gate (shared crates) (push) Has been skipped
Nix CI / gate () (push) Failing after 5s
Nix CI / build () (push) Has been skipped
Nix CI / ci-status (push) Failing after 1s
Integrate topology-driven bootstrap into nix-nos
2026-03-30 14:39:28 +09:00

3 lines
103 B
Nix

{ config, lib, pkgs, ... }:
import ../../../nix-nos/modules/topology.nix { inherit config lib pkgs; }