From 5d9d03057c51ae4364a3f776d92e4b4206fbc7c7 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 26 May 2022 14:44:11 +0200 Subject: refactor(grfn): Prepare for restricted-eval Change-Id: I672ad0898b2ef6a11f8bc9233da0ded4a296fe0e Reviewed-on: https://cl.tvl.fyi/c/depot/+/5686 Autosubmit: tazjin Tested-by: BuildkiteCI Reviewed-by: grfn --- users/grfn/system/system/machines/mugwump.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'users/grfn/system/system/machines/mugwump.nix') diff --git a/users/grfn/system/system/machines/mugwump.nix b/users/grfn/system/system/machines/mugwump.nix index 05b78ce51703..0774e0611957 100644 --- a/users/grfn/system/system/machines/mugwump.nix +++ b/users/grfn/system/system/machines/mugwump.nix @@ -6,10 +6,10 @@ with lib; imports = [ ../modules/common.nix (modulesPath + "/installer/scan/not-detected.nix") - "${depot.path}/ops/modules/prometheus-fail2ban-exporter.nix" - "${depot.path}/users/grfn/xanthous/server/module.nix" - "${depot.third_party.agenix.src}/modules/age.nix" - "${depot.path}/users/grfn/bbbg/module.nix" + (depot.path.origSrc + "/ops/modules/prometheus-fail2ban-exporter.nix") + (depot.path.origSrc + "/users/grfn/xanthous/server/module.nix") + (depot.third_party.agenix.src + "/modules/age.nix") + (depot.path.origSrc + "/users/grfn/bbbg/module.nix") ]; networking.hostName = "mugwump"; -- cgit 1.4.1