From 9cc3eea82d60dc5ed9f4de7c15d63ee162e639fb Mon Sep 17 00:00:00 2001 From: lassulus Date: Sat, 10 Jun 2023 12:50:53 +0200 Subject: init flake.nix --- kartei/srounce/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'kartei/srounce/default.nix') diff --git a/kartei/srounce/default.nix b/kartei/srounce/default.nix index ef37cbcd1..35ff7c543 100644 --- a/kartei/srounce/default.nix +++ b/kartei/srounce/default.nix @@ -1,13 +1,11 @@ -{ config, ... }: let - lib = import ../../lib; - +{ config, lib, stockholm, ... }: let hostDefaults = hostName: host: lib.flip lib.recursiveUpdate host ({ ci = false; external = true; monitoring = false; } // lib.optionalAttrs (host.nets?retiolum) { nets.retiolum.ip6.addr = - (lib.krebs.genipv6 "retiolum" "external" { inherit hostName; }).address; + (stockholm.lib.krebs.genipv6 "retiolum" "external" { inherit hostName; }).address; }); in { -- cgit v1.2.3