From 8576db096fb153da7f16cf08909f5381629131ee Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 26 Mar 2026 20:46:38 +0100 Subject: [PATCH] System/Darwinix: Import sops secrets --- system/darwinix/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/system/darwinix/default.nix b/system/darwinix/default.nix index bfb96335..374d24e1 100644 --- a/system/darwinix/default.nix +++ b/system/darwinix/default.nix @@ -10,6 +10,15 @@ hostname, ... }: { + systemmodules = { + sops-nix.secrets.${username} = [ + "ssh-private-key" + "nix-github-token" + "docker-password" + "jellyfin-password" + ]; + }; + nix = mylib.nixos.mkCommonNixSettings username; networking = {