allow non-root users (with sudo) to deploy remotely
This commit is contained in:
parent
dcbd9d1873
commit
7c700718ed
|
@ -8,4 +8,5 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
|
nix.settings.trusted-users = [ "@wheel" ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue