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 = []; }; }