summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-04-14 15:44:55 +0200
committerAlan Pearce2024-04-14 15:44:55 +0200
commit872e172bfc99fb106424e5337718cda0bfacccec (patch)
tree198fd07662d8df6ea5e4f95e137ab23d77c5fa1d
parent437a8a4af29cff0fdfbdd58e8498e1828c873dae (diff)
downloadnixfiles-872e172bfc99fb106424e5337718cda0bfacccec.tar.lz
nixfiles-872e172bfc99fb106424e5337718cda0bfacccec.tar.zst
nixfiles-872e172bfc99fb106424e5337718cda0bfacccec.zip
prefect: hide nixremote user on login screen
-rw-r--r--system/prefect.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index 9b3270ea..38adf396 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -130,6 +130,7 @@
 
   boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
   nix.settings.trusted-users = [ "root" "nixremote" ];
+  services.displayManager.hiddenUsers = [ "nixremote" ];
   users.users.nixremote = {
     shell = "/bin/sh";
     isNormalUser = true;