mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 22:24:59 +08:00
10 lines
273 B
Nix
10 lines
273 B
Nix
{
|
|
imports = [
|
|
../modules/nix-darwin/default.nix
|
|
];
|
|
nixpkgs.hostPlatform = "aarch64-darwin";
|
|
sops.secrets.test_key = { };
|
|
sops.defaultSopsFile = ../pkgs/sops-install-secrets/test-assets/secrets.yaml;
|
|
sops.age.generateKey = true;
|
|
system.stateVersion = 5;
|
|
}
|