Partially revert "nix: trust no-one" This reverts commit 2b33de452acd76e472cc0f5b5ee35c1330734ec7.
Alan Pearce alan@alanpearce.eu
Mon, 22 Apr 2024 21:45:42 +0200
2 files changed, 2 insertions(+), 0 deletions(-)
M system/linde.nix → system/linde.nix
@@ -132,6 +132,7 @@ daemonIOSchedPriority = 6; settings = { max-jobs = 2; auto-optimise-store = true; + trusted-users = [ "root" "nixremote" ]; experimental-features = [ "nix-command" "flakes" ]; }; gc = {
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";