From 72a532244594a370f597babf700fb013123d8c17 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Wed, 5 Nov 2025 01:29:41 +0100 Subject: Secrets via nixos-sops, caldav and fixed virt --- users/user-common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'users/user-common.nix') diff --git a/users/user-common.nix b/users/user-common.nix index 4b60044..b6da2bb 100644 --- a/users/user-common.nix +++ b/users/user-common.nix @@ -1,4 +1,4 @@ -{pkgs, config, ...}: { +{pkgs, config, inputs, ...}: { # Pass host config to HM (Common config) # TODO: Move this somewhere else. home-manager = { @@ -11,6 +11,7 @@ _module.args.hostconfig = config; }) + inputs.sops-nix.homeManagerModules.sops ]; }; } -- cgit v1.3.1