From 83ae50c31a73d17885baf38586c892124fc076c2 Mon Sep 17 00:00:00 2001 From: lassulus Date: Tue, 3 May 2022 22:55:35 +0200 Subject: ponte.r: init --- krebs/1systems/ponte/config.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 krebs/1systems/ponte/config.nix (limited to 'krebs/1systems/ponte/config.nix') diff --git a/krebs/1systems/ponte/config.nix b/krebs/1systems/ponte/config.nix new file mode 100644 index 00000000..1e25ca9b --- /dev/null +++ b/krebs/1systems/ponte/config.nix @@ -0,0 +1,10 @@ +{ config, pkgs, ... }: +{ + imports = [ + ./hw.nix + + + ]; + + krebs.build.host = config.krebs.hosts.ponte; +} -- cgit v1.2.3