Some checks failed
CI / Flake Check (push) Has been cancelled
CI / Evaluate Key Configurations (nix-builder) (push) Has been cancelled
CI / Evaluate Key Configurations (nix-desktop1) (push) Has been cancelled
CI / Evaluate Key Configurations (nix-laptop1) (push) Has been cancelled
CI / Evaluate Artifacts (installer-iso-nix-laptop1) (push) Has been cancelled
CI / Evaluate Artifacts (lxc-nix-builder) (push) Has been cancelled
CI / Build and Publish Documentation (push) Has been cancelled
CI / Format Check (push) Has been cancelled
11 lines
268 B
Nix
11 lines
268 B
Nix
# Custom configuration for global secrets
|
|
# This file defines additional options for secrets beyond the auto-discovered .age files
|
|
{
|
|
# Example: Custom permissions for the example secret
|
|
example = {
|
|
mode = "0440";
|
|
owner = "root";
|
|
group = "root";
|
|
};
|
|
}
|