From e05ef66b8fe95abbb61dc6f645a108c8804c39ef Mon Sep 17 00:00:00 2001 From: Hermes Date: Tue, 16 Jun 2026 19:09:24 -0400 Subject: [PATCH] fix: correct secrets path in configuration.nix (../../secrets from hosts/uconsole-cm5/) --- hosts/uconsole-cm5/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/uconsole-cm5/configuration.nix b/hosts/uconsole-cm5/configuration.nix index 12061c9..dd72f0c 100644 --- a/hosts/uconsole-cm5/configuration.nix +++ b/hosts/uconsole-cm5/configuration.nix @@ -21,7 +21,7 @@ ]; age.secrets.gortium_password = { - file = ../secrets/gortium_password.age; + file = ../../secrets/gortium_password.age; }; # WiFi via NetworkManager + secret agenix