prefect: hide nixremote user on login screen
Alan Pearce alan@alanpearce.eu
Sun, 14 Apr 2024 15:44:55 +0200
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M system/prefect.nix → system/prefect.nix
@@ -130,6 +130,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"; isNormalUser = true;