Partially revert "nix: trust no-one" This reverts commit 2b33de452acd76e472cc0f5b5ee35c1330734ec7.
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M system/prefect.nix → system/prefect.nix
@@ -136,6 +136,7 @@ system.stateVersion = "23.05"; boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; + nix.settings.trusted-users = [ "root" "nixremote" ]; services.displayManager.hiddenUsers = [ "nixremote" ]; users.users.nixremote = { shell = "/bin/sh";