From 3fc40529c8c6db0c6fedeb5a275f1ebac80164e6 Mon Sep 17 00:00:00 2001 From: andromeda Date: Fri, 2 Jan 2026 22:14:04 +0100 Subject: [PATCH] remove user on server --- machines.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/machines.nix b/machines.nix index 942d261..2e6d191 100644 --- a/machines.nix +++ b/machines.nix @@ -10,8 +10,6 @@ "109-199-104-83" = { hostname = "109-199-104-83"; system = "x86_64-linux"; - users = [ - "mtgmonkey" - ]; + users = []; }; }