From 4f415df0ce15767352c09103150df5b4618e9796 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 19 Mar 2025 09:52:39 +0100 Subject: [PATCH] add secrets to configuration --- hosts/server/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index b14deaf..9c9bfaa 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -13,6 +13,8 @@ # You should let those lines as is ./hardware-configuration.nix ./variables.nix + + ./secrets ]; home-manager.users."${config.var.username}" = import ./home.nix;