From 5a0c9eb79b5618c4894397646788e77db90429e0 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 27 Mar 2025 08:27:56 +0100 Subject: refactor: pass config to helpers --- nixos/hosts/tente/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nixos/hosts/tente/default.nix') diff --git a/nixos/hosts/tente/default.nix b/nixos/hosts/tente/default.nix index a2bf681..b4a47f0 100644 --- a/nixos/hosts/tente/default.nix +++ b/nixos/hosts/tente/default.nix @@ -3,14 +3,14 @@ # your system. Help is available in the configuration.nix(5) man page, on # https://search.nixos.org/options and in the NixOS manual (`nixos-help`). +{ config, lib, pkgs, ... }: + let domain = "push-f.com"; acmeEmail = "martin@push-f.com"; sources = import ../../npins; - helpers = import ; + helpers = import { inherit config; }; in -{ config, lib, pkgs, ... }: - { imports = [ ./hardware-configuration.nix -- cgit v1.2.3