Secure flake sources before privileged updates #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "jom/secure-flake-source"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Defaults nixos-updater.secured to true, migrates the configured source tree to root ownership, rejects unsafe ownership, writable permissions or ACLs, symlink targets, and local lock-file inputs before privileged updates, and preserves an explicit secured=false compatibility mode. Includes module and runtime regression coverage plus migration documentation.