summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/exim-smarthost.nix
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2023-06-11 10:47:31 +0200
committerlassulus <git@lassul.us>2023-06-11 16:50:45 +0200
commit67823348fc9b50dd1cfb5cd0ed67b3194365effc (patch)
tree0307f5690f93b26ee35ebdca355912f00afa11f2 /krebs/2configs/exim-smarthost.nix
parent0df7c346705957a29136bd5802a4a0ef38cc3b52 (diff)
configs: reference stockholm by relative pathflakeify
Diffstat (limited to 'krebs/2configs/exim-smarthost.nix')
-rw-r--r--krebs/2configs/exim-smarthost.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/krebs/2configs/exim-smarthost.nix b/krebs/2configs/exim-smarthost.nix
index 01597f49..b8ea3364 100644
--- a/krebs/2configs/exim-smarthost.nix
+++ b/krebs/2configs/exim-smarthost.nix
@@ -1,5 +1,6 @@
-with import <stockholm/lib>;
-{ config, ... }: let
+{ config, ... }:
+with import ../../lib/lib.nix { inherit lib; };
+let
format = from: to: {
inherit from;