--- tags: - nix - nixos references: - https://nixos.wiki/wiki/Nixos-rebuild --- When rebuilding on a remote it might spew an error containing: "is lacking a valid signature". To remedy this we need to add our non-root user as a trusted user; ``` nix.extraOptions = '' trusted-users jras ''; ```