allow non-root users (with sudo) to deploy remotely

This commit is contained in:
Katherina Walshe-Grey 2024-07-02 14:52:53 +01:00
parent dcbd9d1873
commit 7c700718ed

View file

@ -8,4 +8,5 @@
}; };
security.sudo.wheelNeedsPassword = false; security.sudo.wheelNeedsPassword = false;
nix.settings.trusted-users = [ "@wheel" ];
} }