Closed munnik closed 4 months ago
Setting nix.settings.trusted-users
in configuration.nix solved this issue.
Setting
nix.settings.trusted-users
in configuration.nix solved this issue.
so you just have to set nix.settings.trusted-users = ["root" "@wheel"]
in the deployed configuration (nixosConfigurations.${profile}.modules
) for the error to resolve?
Hi,
I'm pretty new to Nix and NixOS and trying out deploy-rs to deploy a configuration to a remote server. When I run deploy-rs I get the error below. No sure how to solve this.