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 = {